1
0

Set up test flow on my Mac
All checks were successful
Build and test project / build-and-test (push) Successful in 1m35s

This commit is contained in:
2026-03-21 13:53:34 +01:00
parent c5ca91f524
commit f5fa27e00f
2 changed files with 10 additions and 0 deletions

View File

@@ -21,4 +21,7 @@ echo "=== Running WASM integration test ==="
echo ""
echo "=== Running E2E tests (Playwright) ==="
cd "$SCRIPT_DIR/tests/e2e"
if [ ! -d "node_modules" ]; then
npm install
fi
npm test