adamgruber / mochawesome

A Gorgeous HTML/CSS Reporter for Mocha.js
https://gitter.im/mochawesome/general
MIT License
1.06k stars 160 forks source link

Retries quantity in mocha report + SDOUT #396

Open PeaceDate opened 1 year ago

PeaceDate commented 1 year ago

After test run with retries setup in cypress.config there is no information in SDOUT about attempts during cypress test run + no information about, How many attempts were used and at what attempt did the test pass in the report.

reporter: 'mochawesome',
  reporterOptions: {
    reportDir: 'reports/ui',
    overwrite: false,
    html: false,
    json: true,
    embeddedScreenshots: true
  },
  retries: {
    runMode: 2,
    openMode: 0
  },

On screenshot we can see that there was 3 attempts (Screenshots section)

screen

StefanTegeltija commented 1 year ago

I have the same problem, seems that retries isn't working after installation of this plugin.