You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after including the image diff plugin to our project which has already the cucumber preprocessor plugin configured, I encountered the problem that my cucumber reports (HTML and JSON) will not be generated anymore.
I couldn't find any hints in the documentation of image diff or the cucumber plugin. Has anyone faced the same problem and can point me in the correct direction? I guess the image diff plugin overwrites some hook for the cucumber report.
I'm using the following versions for Cypress and different plugins (in fact everything up-to-date):
"cypress": "13.12.0",
"@badeball/cypress-cucumber-preprocessor": "20.1.0",
"cypress-image-diff-html-report": "2.1.2",
"cypress-image-diff-js": "2.2.1",
Hi folks,
after including the image diff plugin to our project which has already the cucumber preprocessor plugin configured, I encountered the problem that my cucumber reports (HTML and JSON) will not be generated anymore.
I couldn't find any hints in the documentation of image diff or the cucumber plugin. Has anyone faced the same problem and can point me in the correct direction? I guess the image diff plugin overwrites some hook for the cucumber report.
I'm using the following versions for Cypress and different plugins (in fact everything up-to-date):
"cypress": "13.12.0",
"@badeball/cypress-cucumber-preprocessor": "20.1.0",
"cypress-image-diff-html-report": "2.1.2",
"cypress-image-diff-js": "2.2.1",
My cypress setupNodeEvents looks like this:
The text was updated successfully, but these errors were encountered: