Closed filiphric closed 2 years ago
Something like Cypress.env().myKey will throw an error because it is expected to be one of PluginEnvOptions. We need to extend the keys, not require them
Cypress.env().myKey
PluginEnvOptions
Something like
Cypress.env().myKey
will throw an error because it is expected to be one ofPluginEnvOptions
. We need to extend the keys, not require them