Skip to main content

Overview: Environments

In the QA Wolf platform, an environment corresponds to a specific version of your app, such as development, staging, or production. Each environment can be configured with separate variables (e.g., base URL, users), concurrency rates, and other settings relevant to the application version you’re testing. Flows and tests are unique to each environment and are not shared across environments.

To create a new environment:

1
Choose Workspace settings from the Workspace name dropdown above the flows list.
2
Click Environments in the left navigation bar.
3
Click Create environment in the upper-right corner. Give it a unique name and click Create.

To rename an environment:

1
Click inside the Environment Name text box, then type the new name and press Enter.

To delete an environment:

1
Click the red Delete button.
You can also access Environment settings from the Runs tab by hovering over any environment listed under Static environments to show the icon, then clicking it.
Both the Flows and Runs tabs require a default environment. Set this to the environment you use most often for running and debugging tests.
1
Open the Workspace name dropdown and click Workspace settings.
2
Click General in the left navigation bar; it will be selected by default.
3
Under Default environments, choose the environment you want the Flows and Runs tabs to use by default from the Default team environment dropdown.
4
If your team is using PR testing environments, select the default environment from the dropdown labeled Default team PR Testing base environment.
Contact your QA Wolf Customer Success Manager to assist with PR testing configuration.
By default, QA Wolf executes all flows in a run concurrently. You can change this by capping concurrency per environment.
1
Open the Workspace name dropdown and click Workspace settings.
2
Click Environments in the left navigation bar.
3
Scroll to Run Concurrency Limit and select selecting the maximum number of flows to be executed at the same time.
4
Click Save.

Overview: Environment variables

In the QA Wolf platform, environment variables are encrypted constants scoped to a specific environment.You can use the same variable across environments by reusing the same name in each environment and setting the appropriate value for that environment (for example, BASE_URL in Staging vs Production). QA Wolf doesn’t enforce cross-environment consistency—this pattern relies on naming conventions.

How to:

1
From the Flows tab, turn the Code editor on.
2
Click the Env vars button below the code editing window. The Environment Variables tab opens in a side drawer. Here, you’ll see all existing environment variables for the selected environment.
3
Click Add variable.
4
Type the name and value, then click the icon to save.
Environment Variables can also be accessed from Workspace Settings.
  1. Open the Workspace name dropdown and click Workspace settings.
  2. Click Environments in the left navigation bar.
  3. Click the Environment variables tab.
Last modified on February 9, 2026