mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-01-26 19:09:52 +00:00
361 B
361 B
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:
- Create browser tests as appropriate
- Run tests until passing
- Then run typecheck, lint, format