Use this guide if your CI system cannot run Node.js. This includes environments such as ArgoCD, locked-down runners, and minimal containers.Documentation Index
Fetch the complete documentation index at: https://qawolf-mktg-5566-document-qawolfci-sdk.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Make sure you have:
- A CI pipeline that runs after a successful deployment.
- The ability to make HTTP requests from your CI environment (e.g.
curl). - Admin access to your CI system’s secret or environment variable storage.
- At least one QA Wolf environment already configured.
- A QA Wolf API key
Find the QAWOLF_API_KEY
Store the key as a secret in your CI system named
QAWOLF_API_KEY.
Add the deploy notification to your pipeline
Add a step to your CI pipeline that runs after your deployment is healthy:$GIT_BRANCH and $GIT_COMMIT_SHA with the environment variable names your CI system provides for the current branch and commit SHA. Replace deployment_type with the value your QA Wolf representative provides. Set hosting_service to where your code is hosted — "GitHub" or "GitLab" — not where your pipeline runs.