mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-01-31 05:19:53 +00:00
17 lines
361 B
Markdown
17 lines
361 B
Markdown
# 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 |