Low Code Automation has an interesting configuration called "Host URL"in Test suites to run tests on multiple environments. Provide the base URL of the environment where you want to run the corresponding test suite in this Host URL field. The URL for all the tests during execution would be overriden with this Host URL.
For example:
- Recorded test URL - staging.example.com/pricing
- Host URL in test suite - uat.example.com:3000
- URL during test suite execution - uat.example.com:3000/pricing