<aside> ℹ️ See our Introduction to PR Testing to get familiar with the concepts required to understand the setup.

</aside>

1. Configure GitHub/GitLab Integration

Configure the GitHub/GitLab integration in the team’s settings page.

Untitled

2. Notify preview deployments

2.1 GitHub Deployments

If your team uses a hosting platform that integrates with GitHub — like Vercel — your deployments are already being reported to GitHub via the GitHub Deployments API. QA Wolf listens for deployment records and automatically acts when one is marked as successful. No additional configuration is required.

2.2 GitHub Action

Configure https://github.com/marketplace/actions/notify-qa-wolf-on-deploy and tell us when a new preview environment is ready to be tested.

2.3 SDK

If GHAs are not an option, the @qawolf/ci-sdk npm package offers a flexible alternative.See the npm package documentation for setup details.