Skip to content

Releases: LironEr/cypress-mochawesome-reporter

v2.3.0

21 Sep 13:25
ce5d295
Compare
Choose a tag to compare

Features

  • Save screenshots of all test attempts (PR #48) resolves #47

v2.2.1

30 Jul 22:00
c8bed2a
Compare
Choose a tag to compare

Fixes

  • When using embeddedScreenshots flag screenshots wouldn't transform to base64 if they were under another describe (PR #46) resolves #45

v2.2.0

16 Jun 20:00
Compare
Choose a tag to compare

Features

  • Export beforeRunHook & afterRunHook functions (PR #39) resolves #35
  • Add quiet option (PR #40) resolves #37

v2.1.1

11 Jun 09:35
Compare
Choose a tag to compare

Fixes

  • Include spec's filename in its corresponding result page (PR #34) resolves #32

v2.1.0

05 Jun 07:22
Compare
Choose a tag to compare

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

29 Mar 15:44
4c8ab1b
Compare
Choose a tag to compare

Fixes

  • Read reporter options from file if configFile is configured (PR #24) resolves #19

v2.0.0

28 Mar 12:32
ec926f0
Compare
Choose a tag to compare

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

07 Nov 15:09
Compare
Choose a tag to compare

Features

  • use config from cypress.json file #15

v1.2.0

02 Nov 17:55
Compare
Choose a tag to compare

Features

  • capture every screenshot (failed & passed tests) #12

v1.1.0

28 Oct 15:07
437bccd
Compare
Choose a tag to compare

Features

  • pass mochawesome-report-generator CLI flags to the generator #11