mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-05-16 12:50:27 -04:00
Add code coverage
This commit is contained in:
@@ -9,7 +9,7 @@ npx playwright install chromium
|
||||
export NEXT_PUBLIC_API_URL=localhost:8088
|
||||
export NEXT_PUBLIC_FIREBASE_ENV=DEV
|
||||
|
||||
yarn --cwd=web serve &
|
||||
npx nyc --reporter=lcov yarn --cwd=web serve &
|
||||
npx wait-on http://localhost:3000
|
||||
npx playwright test tests/e2e
|
||||
SERVER_PID=$(fuser -k 3000/tcp)
|
||||
|
||||
Reference in New Issue
Block a user