summary refs log tree commit diff
path: root/nixos/tests/keepassxc.nix
Commit message (Collapse)AuthorAge
* keepassxc: fix test timeoutElian Doran2023-02-21
| | | | | | | | The test was failing because it was timing out. Turns out it was waiting for `foo.kdbx`, which couldn't be "seen" even if it actually existed (probably some contrast issues with the theme and OCR couldn't find it). Fixed it by delegating the check to the next screen, where the full path to the file is displayed in a bigger size. The test seems to pass.
* rename config.qt5 -> config.qtlinsui2023-01-10
|
* nixosTests.keepassxc: Simplify OCR testManuel Bärenz2022-05-16
|
* treewide: machine -> nodes.machineRobert Hensing2022-03-28
|
* nixosTests.keepassxc: Add regression test for #163482Manuel Bärenz2022-03-18
|
* nixosTests: Redirect stdout to stderr when detachingRobert Hensing2021-11-05
| | | | Avoids blocking on stdout.
* nixos/tests: add keepassxcManuel Bärenz2021-02-08
Test whether KeePassXC launches correctly.