Skip to content

Releases: gemini-testing/html-reporter

v9.18.0

09 Apr 16:46

Choose a tag to compare

🚀 Improvements

  • add testplane support (#541)

v9.17.2

02 Apr 08:27

Choose a tag to compare

🐛 Bug fixes

  • fix: use propper result status after reference update (#536)

v9.17.1

27 Mar 00:06

Choose a tag to compare

🐛 Bug fixes

  • fix: ensure right image states order html-reporter (#538)

v9.17.0

07 Mar 12:03

Choose a tag to compare

🚀 Improvements

  • add different pixels value, which is displayed when using hermione >= 8.2.0 (#534)

image

v9.16.4

28 Feb 07:11

Choose a tag to compare

🐛 Bug fixes

  • fixed a bug where the application would crash when attempting to expand the "Description" field in the test (#533)

v9.16.3

31 Jan 14:25

Choose a tag to compare

🐛 Bug fixes

  • fix: html-reporter is now enabled by default and takes into account env vars and cli args when determining if it's enabled or not. Just as it was before 9.16.0, when it was accidentally removed.

v9.16.2

24 Jan 18:40

Choose a tag to compare

🐛 Bug fixes

  • fix: correctly pass cli options to hermione "readTests" and "run" (support cli options devtools and replMode) (#529)

v9.16.1

17 Jan 12:19

Choose a tag to compare

🐛 Bug fixes

v9.16.0

17 Jan 12:18

Choose a tag to compare

🚀 Improvements

  • feat(merge-reports): ability to pass headers for databaseUrls.json files (#527)

Example:

html_reporter_headers='{"foo":"bar"}' npx hermione merge-reports path-to-database.db path-to-databaseUrls.json -d dest-report -h baz=qux

As a result, the path-to-databaseUrls.json will be requested with headers: {foo: 'bar', baz: 'qux'}.

v9.15.0

23 Oct 23:58

Choose a tag to compare

🐛 Bug fixes

  • Fixed a bug: now report shows error message and stack whenever possible, even if assertView results are successful