CI/CD Integrations
Integrate Zof AI into your continuous integration and deployment pipelines for automated testing on every commit.
Supported Platforms
GitHub Actions
SupportedFull native integration
GitLab CI
SupportedNative runner support
Jenkins
SupportedPlugin available
CircleCI
SupportedOrb available
Azure DevOps
SupportedExtension available
Bitbucket Pipelines
SupportedPipe available
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