This page describes legacy triggers. See Triggers for the current documentation.
Requirements
- Access to a QA Wolf workspace
- Admin access to your GitHub repo
How to connect QA Wolf to GitHub
1
Connect QA Wolf to GitHub
Enable the GitHub integration in Workspace settings and install the GitHub App on the repo you want connected.
2
Add the GitHub Actions workflow
Notify QA Wolf on Deploy notifies QA Wolf whenever a new deployment is ready for testing. This must be done for every repository you want connected to CI/CD.Add a workflow file (e.g.
.github/workflows/deploy.yml) with the following, replacing deployment-type and deployment-url with your actual values.3
Verify the integration
Push a commit to trigger a deployment. Confirm a new run appears in QA Wolf under the expected environment.