Skip to content

Retries quantity in mocha report + SDOUT #396

@PeaceDate

Description

@PeaceDate

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions