mirror of
https://codeberg.org/PLG-Development/PLG-MuDiCS
synced 2026-07-05 16:37:09 +00:00
test(frontend): basic e2e testing framework
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11-small";
|
||||
};
|
||||
|
||||
outputs = {
|
||||
@@ -18,7 +18,13 @@
|
||||
ffmpeg
|
||||
ghostscript
|
||||
gnome-screenshot
|
||||
|
||||
playwright-driver.browsers
|
||||
];
|
||||
|
||||
PLAYWRIGHT_BROWSERS_PATH = pkgs.playwright-driver.browsers;
|
||||
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD = "true";
|
||||
PW_DISABLE_TS_ESM = "true";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user