Skip to content

Releases: gemini-testing/html-reporter

v10.12.0 β€” Tests sorting by duration and start time in New UI!

17 Dec 15:47
Compare
Choose a tag to compare

πŸš€ Improvements

Tests sorting in suites tree view

We've added new options to sort tests! We expect this to bring even more ways to analyze test runs: sort by duration to track down slow tests or by start time to see sequence in which tests were launched.

sort-tests-duration

v10.11.0 β€” Tests sorting, info panel and assertion errors in New UI!

09 Dec 09:32
Compare
Choose a tag to compare

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.

v10.10.1 β€” Quick actions & grouping in New UI and more!

27 Nov 21:18
Compare
Choose a tag to compare

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

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)