Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retries quantity in mocha report + SDOUT #396

Open
PeaceDate opened this issue Jun 15, 2023 · 1 comment
Open

Retries quantity in mocha report + SDOUT #396

PeaceDate opened this issue Jun 15, 2023 · 1 comment

Comments

@PeaceDate
Copy link

PeaceDate commented Jun 15, 2023

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants