CI Provider Guides
Choose your CI provider below to get started with automatic test report uploads.
Universal Format: CTRF
Section titled “Universal Format: CTRF”CTRF (Common Test Report Format) provides a standardized JSON format that works with any CI provider and test framework. Use it for consistent analytics across your entire test suite.
CI Providers
Section titled “CI Providers” GitHub Actions Official Gaffer Action with full YAML examples
GitLab CI Pipeline setup with .gitlab-ci.yml examples
CircleCI Config.yml setup with parallel test support
Jenkins Jenkinsfile examples with credential handling
Bitbucket Pipelines bitbucket-pipelines.yml with repository variables
Azure DevOps azure-pipelines.yml with variable groups
Other Methods
Section titled “Other Methods”- cURL Guide — Upload manually or from any CI system using curl
- Upload API Reference — Build custom integrations with the full API documentation