Skip to main content

Environments

You must configure an environment for Qualiti to generate and execute tests against. Understanding how to configure and use these environments to match your testing strategy will make Qualiti's AI and tests more valuable.

Each Project needs at least one environment for tests to run against. It's common to have multiple like DEV and STAGE, but you can have as many as you'd like to fit your needs.

tip

We recommend disabling mechanisms like two-factor authentication (2FA), captchas, etc., that prevent automation in these environments. You may want to create a dedicated environment for test automation.

How to Add an Environment

  1. Navigate to the Components tab.

  2. Click on Environments

  3. Enter the details for the environment:

    Name: Specify a name for the environment (e.g., Staging, Development).

    URL: Add the base URL of the environment.

    Concurrency: Set the maximum number of concurrent runs (default is 10).

    Timeout (ms): Define the timeout for test runs (default is 30000).

info

Concurrency is the number of tests that are executed at the same time, but weaker environments, like localhost, may only be able to handle 4-6.