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

fix: wip web tests

parent 5cd7bbb0
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ in ...@@ -27,7 +27,7 @@ in
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.ungoogled-chromium}/bin/chromium --path "''${TEST_CASES_PATH}/test.html"
then then
echo_fail "Tests failed, check your JS!" echo "Tests failed, check your JS!"
exit 1 exit 1
fi fi
exit 0 exit 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment