This project contains Playwright end-to-end tests for the RoleVault UI, written in TypeScript.
- Install dependencies:
npm ci
- Run all tests:
npx playwright test
- View the HTML report:
npx playwright show-report
tests/
- Playwright test specspages/
- Page Object Model classesplaywright.config.ts
- Playwright configuration
- Reports and logs are not published publicly by default.