docs: run both unit and e2e tests before PR

This commit is contained in:
dayuan.jiang
2026-01-05 01:06:40 +09:00
parent 6fc09d899c
commit fc2086e408

View File

@@ -49,7 +49,7 @@ npx playwright test --ui
1. Create a feature branch
2. Make changes and ensure `npm run check` passes
3. Run tests with `npm run test:e2e`
3. Run tests with `npm run test && npm run test:e2e`
4. Submit PR against `main` with a clear description
## Issues