diff --git a/CLAUDE.md b/CLAUDE.md index f8b0295e0e..88eacda4f8 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -51,6 +51,11 @@ npm run test:file - Unit tests: `npm test` - Uses Jasmine/Karma, tests are co-located with source files (`.spec.ts`) - E2E tests: `npm run e2e` - Uses Nightwatch, located in `/e2e/src/` +- Playwright E2E tests: Located in `/e2e-playwright/` + - `npm run e2e:playwright` - Run all Playwright tests + - `npm run e2e:playwright:quick` - Run tests with minimal output (faster debugging) + - `npm run e2e:playwright:summary` - Show concise test summary after run + - `npm run e2e:playwright:failures` - Show only failing tests - Linting: `npm run lint` - ESLint for TypeScript, Stylelint for SCSS ## Architecture Overview