Skip to content
Snippets Groups Projects
Verified Commit 557358ae authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

fix: wip web tests

parent 0999eee6
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ in ...@@ -25,7 +25,7 @@ in
exit 1 exit 1
fi fi
if ! ${pkgs.nodejs_21}/bin/node "''${TEST_CASES_PATH}/puppeteer.mjs" --browser ${pkgs.ungoogled-chromium}/bin/chromium --path "''${TEST_CASES_PATH}/test.html" if ! ${pkgs.nodejs_21}/bin/node "''${TEST_CASES_PATH}/puppeteer.mjs" --browser ${pkgs.chromium}/bin/chromium --path "''${TEST_CASES_PATH}/test.html"
then then
echo "Tests failed, check your JS!" echo "Tests failed, check your JS!"
exit 1 exit 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment