Add code coverage

This commit is contained in:
MartinBraquet
2025-11-14 15:23:56 +01:00
parent 137d15ae71
commit 8bdbd5e4fe
9 changed files with 45 additions and 21 deletions

View File

@@ -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)