Automate your QA process by integrating QA.tech with your GitLab CI/CD pipelines. You can trigger test runs automatically on stages, after deployments, on merge requests.You can trigger an external API as part of your GitLab CI/CD pipeline using a curl command inside your .gitlab-ci.yml file.
Store your API token securely in GitLab CI/CD variables under Settings > CI/CD > Variables.
Name it QA_TECH_API_TOKEN and use it as shown above to avoid hardcoding secrets.