Releases: LironEr/cypress-mochawesome-reporter
Releases · LironEr/cypress-mochawesome-reporter
v2.3.0
Features
- Save screenshots of all test attempts (PR #48) resolves #47
v2.2.1
Fixes
- When using
embeddedScreenshots
flag screenshots wouldn't transform to base64 if they were under another describe (PR #46) resolves #45
v2.2.0
Features
- Export beforeRunHook & afterRunHook functions (PR #39) resolves #35
- Add quiet option (PR #40) resolves #37
v2.1.1
Fixes
- Include spec's filename in its corresponding result page (PR #34) resolves #32
v2.1.0
Features
- Add "embeddedScreenshots" flag to attach screenshots to HTML report as base64 data image, use with inlineAssets option to produce a single HTML file. #31 @leonardosimoura
v2.0.1
Fixes
- Read reporter options from file if configFile is configured (PR #24) resolves #19
v2.0.0
Breaking changes
-
Get cypress config & generate the report using cypress events #21
This means the reporter won't need the CLI part anymore
-
Remove mocha dependency #22
Since cypress 4.5.0
custom reporters use the version of Mocha bundled with Cypress
See the migration guide for easy updating steps
v1.3.0
Features
- use config from cypress.json file #15
v1.2.0
Features
- capture every screenshot (failed & passed tests) #12
v1.1.0
Features
- pass mochawesome-report-generator CLI flags to the generator #11