Connect QA Wolf to GitHub Actions to automatically trigger test runs when you deploy code from your repository.
To proceed in this guide, you need:
Access to your QA Wolf team.
Admin access to your GitHub repository.
QA Wolf integrates directly with GitHub to automatically run tests when you deploy code. This integration uses GitHub Actions (GHA) to notify QA Wolf of new deployments. Almost every GitHub organization can use it, including private repos and GitHub Enterprise Cloud.
You cannot use GitHub Actions if your team:
Self-hosts GitHub Enterprise Server without internet access.
QA Wolf’s official GitHub Action, Notify QA Wolf on Deploy, will notify QA Wolf whenever a new deployment is ready for testing.
This must be done for every repository you want connected to CI/CD.
1
Open your repository on GitHub. Click the Actions tab.
2
If you already have actions, you can click New workflow.
3
Choose Set up a workflow yourself.
4
Copy the example below into your workflow file (usually .github/workflows/deploy.yml). Replace the values in deployment-type and deployment-url with your actual values.To get the value for deployment-type, reach out to QA Wolf, and we will provide this value for you.