CI/CD Integration

Seamless
pipeline integration

Integrate curl-runner with any CI/CD platform using CI-friendly exit codes, configurable failure thresholds, and JSON output for easy reporting.

CI-friendly configuration with strict exit codes

ci-integration.yaml
# GitHub Actions
- name: Run API Tests
  env:
    CURL_RUNNER_STRICT_EXIT: true
  run: |
    curl-runner tests/ \
      --continue-on-error \
      --strict-exit \
      --output-format json \
      --output results.json
Key Benefits

Why use CI/CD Integration?

Smart Exit Codes

Configurable exit codes with strict mode, failure count, and percentage thresholds.

Platform Agnostic

Works seamlessly with GitHub Actions, GitLab CI, Jenkins, CircleCI, and more.

Artifact Generation

Export test results as JSON for integration with reporting and analytics tools.

Use Cases

Perfect for these scenarios

Automated API testing in CI/CD pipelines
Pre-deployment validation
Continuous integration testing
Regression test automation

Ready to try CI/CD Integration?

Get started with curl-runner and unlock powerful ci/cd integration capabilities for your API testing workflow.