Using latest version 3.0.0 with Cypress 10.3.1 and have been noticing environment variable are undefined in my tests.
For example, running console.log(Cypress.env('APP_NAME')) from a test outputs undefined to the console.
Anyone else having this issue?
Using latest version 3.0.0 with Cypress 10.3.1 and have been noticing environment variable are undefined in my tests.
For example, running
console.log(Cypress.env('APP_NAME'))from a test outputsundefinedto the console.Anyone else having this issue?