Skip to content

v10.10.1 — Quick actions & grouping in New UI and more!

Compare
Choose a tag to compare
@shadowusr shadowusr released this 27 Nov 21:18
· 8 commits to master since this release

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.

toolbar-demo

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.

group-by-demo

Skip reason display

Test skip reason is now displayed both in tree view below test name and in meta info.

Screenshot 2024-11-28 at 00 03 55

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.

127 0 0 1_8080_new-ui (1)

localhost_8000_new-ui

🐛 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