#
Environments and Variables
Environments in KushoAI allow you to manage different sets of variables for your test suites. This helps you run your tests across different environments (like development, staging, or production) without modifying your test cases.
#
Table of Contents
#
Overview
The Environments feature in KushoAI provides:
- Multiple environment support (Default environment included)
- Environment-specific variables
- Easy environment switching for test execution
- Variable reference in test payloads
#
Key Concepts
- Environments: A container for a set of variables that can be referenced in your test cases
- Variables: Key-value pairs that can be used across your test suites
- Default Environment: Pre-configured environment that comes with every workspace
#
Getting Started
- Navigate to the "Manage Workspace" section
- Click on the "Environments" tab
- Create new environments or use the default one
- Add variables to your environments
- Reference these variables in your test cases
For detailed instructions, refer to the specific guides in this documentation.