We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60d4489 commit ba3ad3eCopy full SHA for ba3ad3e
CLAUDE.md
@@ -24,7 +24,8 @@ yarn build # Build for production
24
```bash
25
yarn test # Run Jest unit tests
26
yarn test:watch # Run tests in watch mode
27
-yarn test:e2e # Run Playwright E2E tests
+yarn test:e2e # Run Cypress E2E tests
28
+yarn test:e2e:open # Open Cypress test runner
29
```
30
31
**Code Quality:**
@@ -96,5 +97,5 @@ docker compose up -d # Start MySQL container
96
97
98
### Testing
99
-- **Frontend**: Jest for unit tests, Playwright for E2E
100
+- **Frontend**: Jest for unit tests, Cypress for E2E
101
- **Backend**: xUnit with Moq and Bogus for test data generation
0 commit comments