GitHub Test Generation Flow
Flow 1: Full repository
- Connect a GitHub repository.
- Choose test type (E2E or unit).
- Pick framework aligned to the repo language.
- Preview the generated tests.
- Create a pull request with the new tests.
Flow 2: Pull request diff
- Select a repository and PR.
- AI analyzes changed files.
- Preview tests scoped to the diff.
- Create a PR update or branch with the tests.
Validation
AI validates the user selections and recommends compatible frameworks. If a mismatch is detected (e.g., Python tests for JS repo), the UI prompts corrections.