Environments
Environments
Configure target URLs and auth for your tests
Environments define where your tests run: the base URL and related settings for each deployment target. Credentials are managed separately at the project level.
In this section
- Setting Up Environments: create and manage environments (name, base URL, color).
- Auth & Credentials: store project login credentials the QA agent uses during tests.
Why environments matter
Test cases in Operio never hard-code where they run. Instead of writing https://staging.example.com/login into steps, you choose the target environment when you start a run. The agent uses that environment's base URL.
Credentials and assets are project-scoped. Mention them in steps with @, and they resolve the same way for every environment in the project.