Skip to content

Commit

Permalink
docs: clarify quick start for E2E tests
Browse files Browse the repository at this point in the history
RISDEV-0000
  • Loading branch information
andreasphil committed Feb 26, 2025
1 parent 7a7c342 commit 8b977f2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion frontend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ The frontend is the main entry point for users of _RIS norms_.
- `npm run test` runs the tests once
- `npm run test:watch` runs the tests and automatically re-runs if something changes
- `npm run test:e2e` runs all browser-based tests (E2E tests, accessibility tests and smoke tests, requires a running frontend and backend)
- `npm run test:e2e -- --ui` opens the Playwright UI
- `npm run test:e2e -- --ui` opens the Playwright UI
- `npm run test:browsers` runs E2E tests in Chrome, Firefox, and Edge (excluding smoke and a11y tests)
- `npm run test:a11y` runs [accessibility tests](#accessibility-tests-a11y)
- `npm run test:smoke` runs [smoketests](#smoke-tests)
- `npm run coverage` compiles a coverage report via `v8`
- `npm run typecheck` runs type checking through TypeScript
- `npm run style:check` does linting and formatting
Expand Down

0 comments on commit 8b977f2

Please sign in to comment.