Environments in Supatest allow you to manage different configurations for your test suites. This feature is particularly useful when you need to test your application across multiple environments (e.g., development, staging, production) or with different configuration values.By default, Supatest starts with ‘No Environment’ selected. You can:
Create multiple environments
Configure environment-specific variables
Switch between environments using the dropdown in the sidebar
Use environment variables in your test cases
[Screenshot: Environment selection dropdown in the sidebar showing ‘No Environment’ and other available environments]
A confirmation toast will appear when your environment is created successfully.[Screenshot: Create Environment form with the name field and create button]