Cypress - Test Organization and Patterns
If your
cypress.config.js has baseUrl: 'https://dev.example.com' and you run npx cypress run --config baseUrl=https://prod.example.com, what URL will cy.visit('/') open?