Skip to content

v10.11.0 — Tests sorting, info panel and assertion errors in New UI!

Compare
Choose a tag to compare
@shadowusr shadowusr released this 09 Dec 09:32
· 24 commits to master since this release

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.

sort-tests

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.

gui-connection

All errors are displayed

Now all errors — even those not linked to any step are displayed in your report

Screenshot 2024-12-09 at 12 31 54

This release contains a number of other minor enhancements, notably major improvements in performance when dealing with large sets of data.