Skip to content

Releases: gemini-testing/html-reporter

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.

v8.0.1

01 Dec 11:00
Compare
Choose a tag to compare

πŸ› Bug fixes

  • fix problem with endlessly restarting tests in gui mode. The problem was in route /run which waits for completion all tests. As a result the response hang and browser restarts request by timeout.

v8.0.0

25 Nov 14:23
Compare
Choose a tag to compare

πŸ› Bug fixes

  • update better-sqlite package to support Node 16

πŸ’£ Breaking changes

  • require Node.js 12+