Skip to content

Commit f323034

Browse files
committed
Clean
1 parent aa35fa3 commit f323034

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/e2e.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
set -e
3+
# set -e
44

55
cd "$(dirname "$0")"/..
66

@@ -12,7 +12,7 @@ export NEXT_PUBLIC_FIREBASE_ENV=DEV
1212
npx nyc --reporter=lcov yarn --cwd=web serve &
1313
npx nyc --reporter=lcov yarn --cwd=backend/api dev &
1414
npx wait-on http://localhost:3000
15-
npx playwright test tests/e2e
15+
npx playwright test tests/e2e --headed
1616
SERVER_PID=$(fuser -k 3000/tcp)
1717
echo $SERVER_PID
1818
kill $SERVER_PID

0 commit comments

Comments
 (0)