Skip to content

Releases: gemini-testing/html-reporter

v9.5.0

22 Nov 00:23
Compare
Choose a tag to compare

πŸš€ Improvements

  • Add version field to the htmlReporter object, display version in GUI and static report, minor header changes (#441).

v9.4.0

22 Nov 00:22
Compare
Choose a tag to compare

πŸš€ Improvements

  • Test filtering enhancements: now you can select multiple test statuses to show – Success, Error, Failed, Skipped. The "Show skipped" button has been removed (#439).

βš™οΈ Infrastructure

  • Use looks-same directly instead of via gemini-core wrapper (#438).

v9.3.1

18 Sep 09:59
Compare
Choose a tag to compare

πŸ› Bug fixes

  • remove unused dependencies: micromatch, resolve, semver, shelljs
  • move packages used in static bundle from deps to devDeps: immer, react-hotkeys, react-html-parser, react-markdown, reduce-reducers, reselect, web-vitals

v9.3.0

15 Sep 18:48
Compare
Choose a tag to compare

πŸš€ Improvements

  • replaced AsyncEmitter from gemini-core with EventEmitter2
  • added REPORT_SAVED event which gets fired once all report files are done saving

v9.2.2

29 Aug 10:43
Compare
Choose a tag to compare

πŸ› Bug fixes

  • move reapop package to devDependencies to fix freeze on install when using npm@8
  • fix incorrect page screenshot URL on test error

v9.2.1

29 Aug 10:34
Compare
Choose a tag to compare

πŸ› Bug fixes

  • delete deprecated reapop-theme-wybo package which conflict with reapop on npm@8

v9.2.0

05 Aug 10:28
Compare
Choose a tag to compare

πŸš€ Improvements

  • added ability to group tests by keys from meta info of tests
  • added ability to mark matched results on selected group

How it looks like:
Screenshot 2022-08-05 at 13 27 45

v9.1.1

04 Aug 20:13
Compare
Choose a tag to compare

πŸš€ Improvements

Added the TEST_SCREENSHOTS_SAVED event which gets emitted once test's screenshots have been saved. Useful if you need to wait until screenshots are saved on the filesystem or S3 storage.

v9.0.0

20 May 10:21
Compare
Choose a tag to compare

πŸš€ Improvements

  • added new modes to view image diffs: switch, swipe and onion skin;
  • added image sizes to diff modes: 3-up and 3-up scaled;
  • improved display of screenshots in 3-up scaled mode.

How it looks like now:
2022-05-20T09_55_24Z 1e1725a

πŸ’£ Breaking changes

  • removed scaleImages option from config

v8.0.2

28 Dec 12:10
Compare
Choose a tag to compare

πŸ› Bug fixes

  • Fixed copying of a link to a skipped test, an error occurred earlier.