Reqflo Docs
Guides

Run journeys in CI

Run Reqflo journeys from a CI pipeline.

Run journeys in CI

Running journeys in CI gives teams repeatable validation before merge, release, or deployment.

Workflow

  1. Choose the journeys that should gate the pipeline.
  2. Configure a safe environment.
  3. Provide required runtime variables and secret references.
  4. Run the journey command from CI.
  5. Publish results or coverage back to Reqflo.
  6. Fail the pipeline only on checks that should block release.

Recommendation

Start with a small smoke suite, then add broader coverage once the signal is reliable.

On this page