-
Notifications
You must be signed in to change notification settings - Fork 162
Open
Description
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)
Metadata
Metadata
Assignees
Labels
No labels
