filiphric / cypress-plugin-api

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

Make env property in TestConfigOverrides optional #120

Closed bahmutov closed 1 year ago

bahmutov commented 1 year ago

Otherwise, it is causing problems when you are not using API tests

https://github.com/bahmutov/cy-grep/issues/60

interface TestConfigOverrides {
    env?: Partial<PluginEnvOptions>;
}