Context
88 test cases across 9 Playwright specs + 3 unit test files were created in #132. They need to be run against a live instance.
Steps
- Merge all branches to master
npm ci --legacy-peer-deps && npm run build
npx playwright test tests/e2e/functional/ --reporter=html
- Document results in
reports/e2e-functional-audit.md
- Create follow-up issues for each FAIL
Output
A report with per-pipeline status: PASS / FAIL / PARTIAL + exact failure points.
Context
88 test cases across 9 Playwright specs + 3 unit test files were created in #132. They need to be run against a live instance.
Steps
npm ci --legacy-peer-deps && npm run buildnpx playwright test tests/e2e/functional/ --reporter=htmlreports/e2e-functional-audit.mdOutput
A report with per-pipeline status: PASS / FAIL / PARTIAL + exact failure points.