Skip to content

Commit ba3ad3e

Browse files
docs: update CLAUDE.md to reflect Cypress migration
- Update testing documentation to use Cypress instead of Playwright - Add new Cypress test commands Co-authored-by: Hitamuki <[email protected]>
1 parent 60d4489 commit ba3ad3e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CLAUDE.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ yarn build # Build for production
2424
```bash
2525
yarn test # Run Jest unit tests
2626
yarn test:watch # Run tests in watch mode
27-
yarn test:e2e # Run Playwright E2E tests
27+
yarn test:e2e # Run Cypress E2E tests
28+
yarn test:e2e:open # Open Cypress test runner
2829
```
2930

3031
**Code Quality:**
@@ -96,5 +97,5 @@ docker compose up -d # Start MySQL container
9697

9798
### Testing
9899

99-
- **Frontend**: Jest for unit tests, Playwright for E2E
100+
- **Frontend**: Jest for unit tests, Cypress for E2E
100101
- **Backend**: xUnit with Moq and Bogus for test data generation

0 commit comments

Comments
 (0)