Verify stability

This workflow runs the Playwright smoke test suite to ensure critical pages (Dashboard, Library, Governance) render without crashing (500 errors).

  1. Execute the smoke test suite using Playwright. // turbo
  2. npx playwright test e2e/smoke.spec.ts

  3. If tests fail, check the HTML report using npx playwright show-report.