Skip to content

Releases: gemini-testing/html-reporter

v10.6.0

25 Jul 08:17
Compare
Choose a tag to compare

🐛 Bug fixes

  • correctly import playwright config on typescript with types (#581)
  • move "@gemini-testing/commander" from devDeps to deps (#581)

v10.5.0

22 Jul 09:35
Compare
Choose a tag to compare

🚀 Improvements

  • add experimental feature: static image accepter (#572)
  • rewrite report header and test body using gravity ui (#573, #566)
  • add timestamp field to redux store (#574)

🐛 Bug fixes

  • fix hermione support (#576)
  • display test error if it has failed screenshots (#575)

v10.4.0

11 Jul 22:15
Compare
Choose a tag to compare

🚀 Improvements

  • support playwright in gui mode (#571)

🐛 Bug fixes

  • handle "uncaughtException" and "unhandledRejection" in "html-reporter" binary (#569)
  • fix copy button text (#563)

v10.3.1

26 Jun 16:26
0e0792d
Compare
Choose a tag to compare

🐛 Bug fixes

  • fix: proper result state after screenshot-accepter image accepting multiple images (#560)

v10.2.0

26 Jun 16:27
3a8b257
Compare
Choose a tag to compare

🚀 Improvements

  • feat: add relative path to reference image info (#553)

v10.1.0

20 Jun 12:22
ddb5abd
Compare
Choose a tag to compare

🚀 Improvements

  • feat: add ability to run cli commands using html-reporter binary (#551)

An example of running gui using html-reporter binary:

npx html-reporter gui

This is a preliminary step before support gui for Playwright.

🐛 Bug fixes

  • fix: the state of the "Run tests" button is saved to localStorage. The default state is "Run failed tests" (#554)
  • fix: escape regexp chars when copying a test link (#552)

v10.0.0

31 May 11:46
Compare
Choose a tag to compare

🚀 Improvements

  • add nodejs@22 support

💣 Breaking changes

  • node versions less than 18.0.0 are no longer supported

v9.19.0

01 May 15:42
3aefea2
Compare
Choose a tag to compare

🚀 Improvements

  • add ansi colors support to error message (#544)
  • add error snippets support (testplane >= 9.11.0 needed)(#544)

Examples

image

image

v9.18.1

09 Apr 16:46
Compare
Choose a tag to compare

🐛 Bug fixes

  • fix: dont require hermione dependency (#542)

v9.18.0

09 Apr 16:46
Compare
Choose a tag to compare

🚀 Improvements

  • add testplane support (#541)