Skip to content

Commit

Permalink
not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Sep 11, 2023
1 parent 6d42924 commit fd754c7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions e2e/flake-module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
process-compose.e2e-playwright-test =
let
TEST_PORT = "5000";
PLAYWRIGHT_BROWSERS_PATH = "${pkgs.playwright-driver.browsers}";
in
{
tui = false;
Expand All @@ -26,9 +25,9 @@
};
command = pkgs.writeShellApplication {
name = "e2e-playwright";
runtimeInputs = with pkgs; [ nodejs playwright-test PLAYWRIGHT_BROWSERS_PATH ];
runtimeInputs = with pkgs; [ nodejs playwright-test ];
text = ''
cd e2e-playwright
cd e2e
playwright test --project chromium
'';
};
Expand Down

0 comments on commit fd754c7

Please sign in to comment.