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
Describe the bug
I am using Allure and cypress-mochawesome-reporter.
Screenshots are available in Allure report but not in the mochawesome report.
To Reproduce
the support/e2e.js file:
import './commands'
import 'cypress-mochawesome-reporter/register';
import "allure-cypress";
// Alternatively you can use CommonJS syntax:
// require('./commands')
Describe the bug
I am using Allure and cypress-mochawesome-reporter.
Screenshots are available in Allure report but not in the mochawesome report.
To Reproduce
the
support/e2e.js
file:The
reporter.js
file:Screenshots
The Allure report:
The mochawesome report:
Expected behavior
Screenshots are also available in the mochawesome report
Additional context
NPM modules:
The text was updated successfully, but these errors were encountered: