Environments
Similarly to page objects, environments can be set up to properly organize your desired environments. They may include different URLs and different users for each environment. They will be stored in a special file called oxygen.env.js
setting up our environments:
now that we've set them up, we can choose them by clicking on the settings icon on the top right
let's choose the PREP environment and use it in our script:
Last updated