Environments

Testery is an environment-aware testing platform. This means Testery supports running the same tests or different subsets of tests against different environments.

This is useful for situations where you want to run different sets of tests against different environments.

For example, you may want to run your important tests on every commit to your development environment, full regression against your QA environment, and smoke tests against your production environment.

Add a New Test Environment

  1. Go to Environments and click Add New Environment.

  2. Enter the Name, Key, Environment URL, and Pipeline Stage for your environment. If you don't have any Pipeline Stages configured, you can leave that blank for now.

  3. Add your Variables.

Variables

Variables are key value pairs that get passed into the tests as standard environment variables. They can be added or modified when creating the environment or even when starting a test run from the API or CLIE. Be sure to check the Encrypted check box for any parameters that should be stored securely.

Last updated