We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa35fa3 commit f323034Copy full SHA for f323034
scripts/e2e.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-set -e
+# set -e
4
5
cd "$(dirname "$0")"/..
6
@@ -12,7 +12,7 @@ export NEXT_PUBLIC_FIREBASE_ENV=DEV
12
npx nyc --reporter=lcov yarn --cwd=web serve &
13
npx nyc --reporter=lcov yarn --cwd=backend/api dev &
14
npx wait-on http://localhost:3000
15
-npx playwright test tests/e2e
+npx playwright test tests/e2e --headed
16
SERVER_PID=$(fuser -k 3000/tcp)
17
echo $SERVER_PID
18
kill $SERVER_PID
0 commit comments