Cypress - Test Organization and Patterns
You wrote this in
But
cypress.config.js:export default defineConfig({
env: {
apiKey: process.env.API_KEY
}
})But
Cypress.env('apiKey') is undefined during tests. What is the likely cause?