Environments
An environment defines the URL for your target application. Your application may have multiple deployment types like Development, QA, Staging, and Production. The URL is usually different for each of these deployments.
You can create multiple environments to run tests on different deployments of your target application.
Note
A project requires at least one environment to generate test code and run tests.
Follow these steps to create new environments:
Log in to the BlinqIO dashboard and switch to the required project.
Click the environment dropdown and select + Add environment. The Create New Environment form displays.
Enter a name and the application URL, and click Create. The environment is created, and the application automatically switches to that environment.