summary refs log tree commit diff
path: root/nixos/tests/firefox.nix
Commit message (Collapse)AuthorAge
* nixos/tests/firefox: support running the test with the firefox ESR versionAndreas Rammhold2020-02-11
| | | | Also adds this to the release jobset.
* nixos/firefox: Port integration test to pythonJacek Galowicz2019-11-05
|
* Remove myself as maintainer from packagesFlorian Friesdorf2019-02-22
| | | | I'm currently not maintaining any packages.
* [bot] nixos/*: remove unused arguments in lambdasvolth2018-07-20
|
* nixos: tests: firefox: make more comprehensiveMichael Raskin2017-03-15
| | | | | | Run Firefox inside an XTerm, it doesn't crash mysteriously this way. Also try opening developer tools and checking that Firefox doesn't crash in the process.
* Fix tests that use the Valgrind docsEelco Dolstra2015-08-28
|
* all tests: added meta.maintainers sectionJoachim Schiele2015-07-12
|
* name nixos tests, close #3078Florian Friesdorf2014-06-28
|
* Make it easier to run the testsEelco Dolstra2014-04-14
| | | | | | | | | | | You can now run a test in the nixos/tests directory directly using nix-build, e.g. $ nix-build '<nixos/tests/login.nix>' -A test This gets rid of having to add the test to nixos/tests/default.nix. (Of course, you still need to add it to nixos/release.nix if you want Hydra to run the test.)
* nixos X tests: wait for logind to link a session to the serverShea Levy2014-01-22
| | | | | | There seems to be some race causing failures if an X command gets in before slim starts the session Signed-off-by: Shea Levy <shea@shealevy.com>
* Whitespace to force a rebuildShea Levy2014-01-17
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra2013-10-10