Releases: gemini-testing/html-reporter
Releases · gemini-testing/html-reporter
v10.9.1
🐛 Bug fixes
- do not fall with enabled debug log when compare images (#610)
v10.8.0
🚀 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
🐛 Bug fixes
- correctly build link to error details (#606)
v10.7.0
🚀 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
🐛 Bug fixes
- fix "undo" when all of the parent suites have "error" (not "fail") state
v10.6.1
🐛 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
🐛 Bug fixes
- correctly import playwright config on typescript with types (#581)
- move "@gemini-testing/commander" from devDeps to deps (#581)
v10.5.0
🚀 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
🚀 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
🐛 Bug fixes
- fix: proper result state after screenshot-accepter image accepting multiple images (#560)