[refactor] Reorganize CLAUDE.md into hierarchical subdirectory files (#4640)

This commit is contained in:
Chenlei Hu
2025-08-02 22:52:33 -04:00
committed by GitHub
parent 907662a42b
commit 934f2674e9
5 changed files with 169 additions and 58 deletions

17
browser_tests/CLAUDE.md Normal file
View File

@@ -0,0 +1,17 @@
# E2E Testing Guidelines
## Browser Tests
- Test user workflows
- Use Playwright fixtures
- Follow naming conventions
## Best Practices
- Check assets/ for test data
- Prefer specific selectors
- Test across viewports
## Testing Process
After code changes:
1. Create browser tests as appropriate
2. Run tests until passing
3. Then run typecheck, lint, format