about summary refs log tree commit diff
path: root/nixos/tests/firefox.nix
AgeCommit message (Collapse)AuthorFilesLines
2023-10-22nixos/tests/firefox: use the moduleK9001-16/+14
This should exercise the module a bit in the test, and also removes an awkward override.
2022-08-06nixos/tests/firefox: use pname to identify tested packageMartin Weinelt1-1/+1
2022-07-08librewolf: add nixos testsqualus1-5/+14
- support librewolf in the firefox nixos test - use the correct binary name - ensure autoplay is always on for the audio test, since librewolf disables it by default
2022-06-06nixos/tests/firefox: fix return type typingMartin Weinelt1-3/+3
2022-03-28treewide: machine -> nodes.machineRobert Hensing1-1/+1
2021-11-21nixos/qemu-vm: default memorySize 384 -> 1024Artturin1-3/+0
the default hasn't been changed since 2009 this can improve our test performances nixos/tests: remove explicit memorySize <1024 1024MiB is now the default
2021-11-05nixosTests: Redirect stdout to stderr when detachingRobert Hensing1-2/+2
Avoids blocking on stdout.
2021-09-29nixos/tests: fix for memorySize being an integerrnhmjoj1-1/+1
2021-08-10firefox-esr-91: init at 91.0esrMartin Weinelt1-4/+5
2021-06-10nixos/*: replace alsa* aliasesVladimír Čunát1-1/+1
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örl1-1/+1
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 subtestrnhmjoj1-6/+85
2020-02-11nixos/tests/firefox: support running the test with the firefox ESR versionAndreas Rammhold1-2/+4
Also adds this to the release jobset.
2019-11-05nixos/firefox: Port integration test to pythonJacek Galowicz1-14/+22
2019-02-22Remove myself as maintainer from packagesFlorian Friesdorf1-1/+1
I'm currently not maintaining any packages.
2018-07-20[bot] nixos/*: remove unused arguments in lambdasvolth1-1/+1
2017-03-15nixos: tests: firefox: make more comprehensiveMichael Raskin1-2/+8
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 Dolstra1-1/+1
2015-07-12all tests: added meta.maintainers sectionJoachim Schiele1-0/+3
2014-06-28name nixos tests, close #3078Florian Friesdorf1-0/+1
2014-04-14Make it easier to run the testsEelco Dolstra1-4/+2
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 Levy1-1/+0
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 Levy1-0/+1
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-10-10Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra1-0/+21