Skip to content

Commit 989a6aa

Browse files
committed
Update testing guidelines to specify allowed test types
1 parent 07858ab commit 989a6aa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/copilot-instructions.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ pets-workshop/
7373
- **Data Seeding**: Use the utilities in `utils/seed_database.py`
7474

7575
### Testing Patterns
76+
77+
Below are the only types of tests we use in this project. Do not add additional test types unless instructed otherwise.
78+
7679
- **E2E Tests**: Playwright tests in `client/e2e-tests/` cover full user workflows
7780
- **Test Structure**: Organize tests by page/feature (homepage, dog-details, API integration)
7881
- **Test Commands**: Use `npm run test:e2e` for all tests, `npm run test:e2e:ui` for debugging

0 commit comments

Comments
 (0)