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: Install the CI SDK
How to: Install the CI SDK
Install the SDK in the CI job that will notify QA Wolf:Ensure the job has access to the QAWOLF_API_KEY environment variable.
How to: Notify QA Wolf of a deployment
How to: Notify QA Wolf of a deployment
After your deployment completes successfully, use the SDK to notify QA Wolf.If the notification succeeds and a matching trigger exists, QA Wolf creates a new deployment run.
The
deploymentType value must match the deployment trigger configured by QA Wolf.Overview: Validation and troubleshooting
Overview: 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.