cypress-log-to-output icon indicating copy to clipboard operation
cypress-log-to-output copied to clipboard

feat: update plugin to be compatible with Cypress 10.

Open admah opened this issue 3 years ago • 1 comments

BREAKING CHANGE: updates config for Cypress 10 and updates plugin to use es6 import/exports.

Closes #22

admah avatar Jul 26 '22 18:07 admah

I have found that the plugin still works OK (10.6.0) without any changes UNLESS you have a plugin after it that also adds a listener to before:browser:launch afterwards. Dunno if this is an issue with Cypress or not.

See https://github.com/cypress-io/cypress/discussions/23465

kpturner avatar Aug 19 '22 14:08 kpturner