Make sure you have:
- A CI job that runs after your deployment completes successfully
- Node.js 18 or later available in your CI environment
- A QA Wolf API key stored as a CI secret (QAWOLF_API_KEY)
- A deployment trigger configured by QA Wolf for your environment
How to notify QA Wolf of a deployment
After your deployment completes successfully, use the SDK to notify QA Wolf.The
deploymentType value must match the deployment trigger configured by QA Wolf.Validation and troubleshooting
- If the SDK call succeeds but no run appears in QA Wolf: Confirm that a deployment trigger has been configured for your environment.
- If authentication fails: Verify that QAWOLF_API_KEY is set correctly and available to the CI job.
- If a Node.js errors occur: Confirm that Node.js 18 or later is available in the CI environment.