Skip to Content
GitHub Test Generation Flow

GitHub Test Generation Flow

Flow 1: Full repository

  1. Connect a GitHub repository.
  2. Choose test type (E2E or unit).
  3. Pick framework aligned to the repo language.
  4. Preview the generated tests.
  5. Create a pull request with the new tests.

Flow 2: Pull request diff

  1. Select a repository and PR.
  2. AI analyzes changed files.
  3. Preview tests scoped to the diff.
  4. 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.