Cypress - Test Organization and Patterns
You want to run tests on two environments:
staging and production. You set baseUrl and env.apiKey differently for each in cypress.config.js. How can you run tests on staging without changing the config file each time?