Skip to main content

Overview

Testiny seamlessly integrates with various test automation tools and frameworks, enabling centralized collection and management of automated test results. In this section, you'll find examples of how to set up your CI/CD pipeline with Testiny.

Known CI Environments

The Testiny CLI automatically collects environment variables for the following CI/CD tools:

Supported environments:
none, auto, gitlab, github, azure, circle, jenkins, teamcity, bamboo, drone, buddy, bitbucket, gocd, appveyor, aws_codebuild, buildkite, codeship, codefresh, cloudbuild, semaphore, travis

Use '--environment' to manually specify an environment. 'auto' for environment auto-detect; 'none' to disable.

If you would like to import additional environment variables for your automated test results, use the --field-values option for the Testiny CLI:

 --field-values my_env_var=$MY_ENV_VAR,db_config=pg-legacy

Other/Custom CI Environments

If your CI environment is not listed here yet, see how to set up a any CI environment integration with Testiny.

If you encounter any problems while setting up Testiny in your CI/CD pipeline, please do not hesitate to ask in the forum. Our support team is always available to assist you.