Connect CI
Connect your CI system so launches and results arrive automatically after each pipeline run.
Minimum setup
The simplest path is allurectl watch, which runs your tests and streams results to Allure TestOps in one step. Add it to the pipeline step that currently runs your tests:
ALLURE_ENDPOINT=<your Allure TestOps URL> \
ALLURE_TOKEN=<API token> \
ALLURE_PROJECT_ID=<project ID> \
ALLURE_LAUNCH_NAME=<launch name> \
allurectl watch -- <your test command>
Store the variables like ALLURE_TOKEN as CI secrets, not in the pipeline file. After the first run, a new launch appears in your project automatically.
Next steps
- allurectl for the full CLI reference and selective execution.
- CI-specific pages under Reference → Integrations for integration flows with Jenkins, GitHub Actions, GitLab CI, and others.
© Qameta Software Inc. All rights reserved.