summaryrefslogtreecommitdiffstats
path: root/nixos/tests/firefox.nix
AgeCommit message (Collapse)Author
2021-08-10firefox-esr-91: init at 91.0esrMartin Weinelt
2021-06-10nixos/*: replace alsa* aliasesVladimír Čunát
The attributes got renamed in PR #126440 and in some places this caused evaluation errors, e.g. the tarball job was saying (locally) > attribute 'alsaUtils' missing, at /build/source/nixos/modules/services/audio/alsa.nix:6:4 and I suspect that trunk-combined jobset's failure to evaluate was also caused.
2021-01-10treewide: simplify pkgs.stdenv.lib -> pkgs.libDominik Xaver Hörl
The library does not depend on stdenv, that `stdenv` exposes `lib` is an artifact of the ancient origins of nixpkgs.
2020-10-31nixos/tests/firefox: add audio subtestrnhmjoj
2020-02-11nixos/tests/firefox: support running the test with the firefox ESR versionAndreas Rammhold
Also adds this to the release jobset.
2019-11-05nixos/firefox: Port integration test to pythonJacek Galowicz
2019-02-22Remove myself as maintainer from packagesFlorian Friesdorf
I'm currently not maintaining any packages.
2018-07-20[bot] nixos/*: remove unused arguments in lambdasvolth
2017-03-15nixos: tests: firefox: make more comprehensiveMichael Raskin
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.
2015-08-28Fix tests that use the Valgrind docsEelco Dolstra
2015-07-12all tests: added meta.maintainers sectionJoachim Schiele
2014-06-28name nixos tests, close #3078Florian Friesdorf
2014-04-14Make it easier to run the testsEelco Dolstra
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.)
2014-01-22nixos X tests: wait for logind to link a session to the serverShea Levy
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>
2014-01-17Whitespace to force a rebuildShea Levy
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-10-10Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra