Cypress - Test Organization and Patterns
You have three environments: dev, staging, and prod. You want Cypress to load different
baseUrl and env variables automatically based on a NODE_ENV variable. Which approach is best?