Guides
Testing PRs
Run a test group on every pull request and get results posted as a GitHub PR comment. Catch bugs before they reach production by testing each preview deployment with predefined tests.

Why test every PR
Manual QA on pull requests slows down reviews and lets regressions slip through. By running a test group against each deployment preview, you get fast feedback directly in the PR. Reviewers see pass/fail results without leaving GitHub, broken changes get caught before merge, and your main branch stays stable.
Prerequisites
- GitHub App installed and connected to your repository.
- A project linked to a GitHub repository.
- Vercel integration configured (deployment detection uses GitHub deployment status events).