Configuration
GitHub
Trigger your test from a GitHub repo
Github Integration
For advanced use cases, you can trigger a test run from your GitHub CI workflow. This will allow you to trigger a run after a successful deployment to staging, production, or another test branch.
1
Configure Secrets
Inside GitHub, add the following values with the correct label as secrets to your repository. Read more about secrets on the GitHub Docs.
Add the following secrets: QATECH_API_TOKEN
and QATECH_API_URL
The values to the secrets are found in Congiguration / Integration at QA.tech
2
Create a GitHub Action
Create your Action by creating a new file in your repostory:
.github/workflows/trigger-run.yml
:
3
Use the action in your deployment pipeline
And use it within your existing workflow for deployment: