Dynamic testing environments for feature branches and pull requests
Preview environments are temporary, isolated environments created for specific feature branches or pull requests. They allow you to test changes in a production-like environment before merging code into your main branch.
You can trigger test runs against preview environments using the Start Run API. The API allows you to override environment configurations per application when starting a test run.