HI all, First time here, has anyone tried the** c...
# cy10-feedback
i
HI all, First time here, has anyone tried the** cypress.env()** to set environment variables? **module.exports = defineConfig({ env: { FOO: 'BAR', }, })** But then if I do Cypress.env('FOO'), then I get an undifined back.