Files
ComfyUI_frontend/browser_tests/CLAUDE.md

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:

  1. Create browser tests as appropriate
  2. Run tests until passing
  3. Then run typecheck, lint, format