Deploy notifications signal that an environment is ready to be tested. When QA Wolf receives the notification, it evaluates it against your configured triggers and initiates a run if the conditions match.Documentation Index
Fetch the complete documentation index at: https://docs.qawolf.com/llms.txt
Use this file to discover all available pages before exploring further.
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
Install the SDK in the CI job that will notify QA Wolf: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 Node.js errors occur: Confirm that Node.js 18 or later is available in the CI environment.