Skip to content

Releases: gemini-testing/html-reporter

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+

v7.7.1

18 Nov 16:52
Compare
Choose a tag to compare

πŸš€ Improvements

Added ability to share html-reporter action names, that used in Redux actions with its plugins. It can be helpful to subscribe on html-reporter events;

πŸ› Bug fixes

  • Reconnect to sqlite database on client side in gui mode when tests end event is emitted;
  • <Details /> component call passed handler with its current state. Can be useful when used in plugins

v7.7.0

09 Nov 17:58
Compare
Choose a tag to compare

πŸš€ Improvements

Added ability to share html-reporter components with its plugins. Only <Details /> component is currently shared. More info how to use it can be found in our documentation - https://github.com/gemini-testing/html-reporter#middlewarejs.

v7.6.1

08 Nov 08:55
Compare
Choose a tag to compare

πŸ› Bug fixes

Added ability to click on the entire area of the links inside burger menu. Previously work only a click on the text.

v7.6.0

02 Nov 15:03
Compare
Choose a tag to compare

πŸš€ Improvements

Added extension-point root to be able to attach modals, popups, etc. to this point.

v7.5.0

25 Oct 12:10
Compare
Choose a tag to compare

πŸš€ Improvements

Added the ability to stop tests by click on the "Stop tests" button. Browsers will be closed, but the hermione process doesn't terminate and it will be possible to restart the tests.

πŸŽ‰ Thanks

@Hypnosphi for first implementation.