Releases: gemini-testing/html-reporter
v10.12.0 β Tests sorting by duration and start time in New UI!
v10.11.0 β Tests sorting, info panel and assertion errors in New UI!
This release adds tests sorting, information panel and other improvements in New UI.
π Improvements
Tests sorting in suites tree view
Now it's possible to sort tests by Name, Failed runs count and Tests count (when grouping is enabled) as well as change sort direction. This allows you to quickly identify flaky tests or what errors are the most frequent.
New info panel
The info panel has all the stats like report version, creation date, your custom links that you added via extraItems
API and data sources. Connection status is displayed for each data source and we also implemented smoother re-connect experience in GUI mode.
All errors are displayed
Now all errors β even those not linked to any step are displayed in your report
This release contains a number of other minor enhancements, notably major improvements in performance when dealing with large sets of data.
v10.10.1 β Quick actions & grouping in New UI and more!
This release contains new major features and improvements in New UI.
π Improvements
New toolbar at the top of tree view
Useful for mass actions like running tests or accepting screenshots.
Tests grouping
Allows you to group tests by some meta field like file
or sessionId
. You can also group tests by error to see what errors are common in the whole run.
Skip reason display
Test skip reason is now displayed both in tree view below test name and in meta info.
Improved empty states
A comprehensive message is now shown if report is empty. Improved visuals of empty states across the app, including tree view and test steps.
π Bug fixes
- When using html-reporter with playwright, visual cheks results are now displayed underneath correct step (they used to be displayed at the very end)
- A few visual fixes here and there like paddings at the top of a test card and unnecessary expand/collapse chevron appearing in the tree view in rare cases
v10.9.1
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
v10.7.0
v10.6.4
π Bug fixes
- fix "undo" when all of the parent suites have "error" (not "fail") state