adamgruber / mochawesome

A Gorgeous HTML/CSS Reporter for Mocha.js

Home Page:https://gitter.im/mochawesome/general

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Retries quantity in mocha report + SDOUT

PeaceDate opened this issue · comments

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

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