Skip to main content
This page describes legacy triggers. See Triggers for the current documentation.
If your deployments run through CircleCI, add a job that notifies QA Wolf once a deploy succeeds. Contact your QA Wolf representative before setting this up.

Requirements

  • Access to a QA Wolf workspace with a deployment trigger configured for your environment
  • Admin access to your CircleCI project

How to connect QA Wolf to CircleCI

1

Add the QAWOLF_API_KEY variable

Add QAWOLF_API_KEY as an environment variable in your CircleCI project under Project Settings → Environment Variables.
2

Add the notify script to your repository

Create .circleci/notifyQaWolf.mjs in the repository that corresponds to the deployments QA Wolf will be testing.
Replace deploymentType with the value your QA Wolf representative provides, and name and owner with your repository details. Set hostingService to where your code is hosted, not where your pipeline runs.
3

Add the notify job to your CircleCI config

Add the notify-qa-wolf job to your .circleci/config.yml, placed in your workflow after your deploy job.
4

Verify the integration

Push a commit and wait for your CircleCI pipeline to complete. Confirm a new run appears in QA Wolf under the expected environment.
Last modified on September 18, 2026