filiphric / cypress-plugin-api

Cypress plugin to show your API information in the Cypress UI runner
ISC License
264 stars 35 forks source link

Plugin is polluting types for Cypress.env() #56

Closed filiphric closed 2 years ago

filiphric commented 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