Skip to content

Releases: gemini-testing/html-reporter

v9.4.0

22 Nov 00:22

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

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

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

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

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

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

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

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

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

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.