New:System Graph 2.0Learn more
← Back to Documentation

CI/CD Integrations

Integrate Zof AI into your continuous integration and deployment pipelines for automated testing on every commit.

Supported Platforms

GitHub Actions

Full native integration

Supported
GitLab CI

Native runner support

Supported
Jenkins

Plugin available

Supported
CircleCI

Orb available

Supported
Azure DevOps

Extension available

Supported
Bitbucket Pipelines

Pipe available

Supported

Quick Start

Add Zof AI to your pipeline with a single step:

# GitHub Actions example
- name: Run Zof AI Tests
  uses: zof-ai/action@v1
  with:
    api-key: ${{ secrets.ZOF_API_KEY }}

Configuration Options

  • Select specific test suites to run
  • Configure parallelization settings
  • Set failure thresholds
  • Enable automatic retries for flaky tests
  • Post results to PR comments

Need Integration Help?

Our team can help you set up Zof AI in your pipeline.

Contact Support