Verify stability
This workflow runs the Playwright smoke test suite to ensure critical pages (Dashboard, Library, Governance) render without crashing (500 errors).
- Execute the smoke test suite using Playwright. // turbo
-
npx playwright test e2e/smoke.spec.ts
-
If tests fail, check the HTML report using
npx playwright show-report.