Skip to content

Releases: gemini-testing/html-reporter

v10.9.1

21 Oct 12:08
Compare
Choose a tag to compare

🐛 Bug fixes

  • do not fall with enabled debug log when compare images (#610)

v10.8.0

08 Oct 22:34
Compare
Choose a tag to compare

🚀 Improvements

  • A card in new UI that displays test results now has a new title with better display of browser name, arrows for switchiing to prev/next test and suite path (#603)
  • Basic Visual Checks page features were implemented in new UI, including viewing and accepting all screenshots (#603)
  • Running single test was implemented in new UI (#604)
  • Added ability to accept/undo screenshots in new UI (#605)

🐛 Bug fixes

  • Fixed a crash in new UI occurring due to incorrect usage of suite IDs (#607)

v10.7.1

21 Oct 12:07
Compare
Choose a tag to compare

🐛 Bug fixes

  • correctly build link to error details (#606)

v10.7.0

08 Oct 22:29
Compare
Choose a tag to compare

🚀 Improvements

  • Page screenshots and visual comparison results are now displayed in new UI (#601)
  • Improve a smoother split view experience by introducing hint card with snapping (#602)

⚙️ Refactor

  • Image viewers in all mode are now CSS-only and should be more performant and lightweight (#600)

v10.6.4

16 Aug 12:49
Compare
Choose a tag to compare

🐛 Bug fixes

  • fix "undo" when all of the parent suites have "error" (not "fail") state

v10.6.1

01 Aug 16:24
Compare
Choose a tag to compare

🐛 Bug fixes

  • do not fail when extend error with snippet (#584)
  • fix critical bug when section height doesn't react to resizes (#583)
  • apply baseHost to urls that have metaBaseUrls set to auto (#583)

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)