GitHub Integration
Automate your QA process by integrating QA.tech with your GitHub workflows. You can trigger test runs automatically after deployments, on pull requests, or any other GitHub event.1
Configure Secrets
Add the following secrets to your GitHub repository:
QATECH_API_TOKEN
- Your QA.tech API tokenQATECH_PROJECT_ID
- Your QA.tech project ID
2
Basic Setup
Create a new workflow file in your repository at This will run all tests in your project whenever code is pushed to the main branch, and the blocking option will make it wait for the result of the run before completing the workflow.
.github/workflows/qatech.yml
:3
Advanced Setup
For more control, you can:
- Run specific test plans by adding their IDs:
- Trigger tests after deployment: