Save frequently used text as environment variables.
You can designate frequently used text as environment variables and use them by calling them into your tests.Unlike Variables, environment variables are shared across the entire project.They are suitable for values (such as URLs, account IDs, etc.) that need to vary according to the test execution environment (local/dev/prod, etc.).
In the text input field, drag to select the part you wish to set as an environment variable.Click the [Set as Variable] button, and you can set it as an environment variable through the setting popup.
Environment variable names can only use uppercase and lowercase letters,
numbers, underscores (_), and dashes (-).
Select the [Settings] tab at the top of the project screen to go to the project settings page.In the [Environment Variables] tab, you can manage your environment variables.
By clicking the [Add new environment] button, you can add a new
environment.
Set environment variables to match different execution environments (such as local,
dev, prod, etc.).