Skip to content

Releases: gemini-testing/html-reporter

v11.11.0

Choose a tag to compare

@sonic16x sonic16x released this 10 Jun 18:01

This release adds cross-page filter sync and test URL navigation.

🚀 Features

Filter and selection sync between Suites and Visual checks

Filters and the selected test/screenshot are now synchronized between the Suites and Visual checks pages — switching between them preserves your current context.

Navigate to test by URL

A new button is now available in the tests tree and on the test page in the badges section, allowing you to navigate directly to a test via its URL.
Screenshot 2026-06-11 at 01 00 51
Screenshot 2026-06-11 at 01 01 10

🐛 Bug fixes

  • browser filter on the Visual checks page now works correctly
  • exact test name match now always appears first in search results

v11.10.0

Choose a tag to compare

@sonic16x sonic16x released this 20 May 07:00

This release adds a test repeater to the UI.

🚀 Features

Test repeater

You can now repeat tests directly from the UI. Click the dropdown arrow on the "Retry" button or use the "Run Options" in the tests tree to select how many times to repeat the test.

Screenshot 2026-05-20 at 13 56 31

v11.9.3

Choose a tag to compare

@shadowusr shadowusr released this 30 Mar 22:13

This release contains various bug fixes that enhance working with visual checks and fix crash in rare cases when working with badges. New debug options --inspect/--inspect-brk were added for a bit easier access to debugging (Testplane only).

🐛 Bug fixes

  • fix: remember diffMode and collapsible sections state in localStorage in #760
  • fix: support downloading images from remote URLs before accepting them #761
  • fix: handle missing badges list #762
  • feat: add --inspect and --inspect-brk options to gui command #763

v11.9.2

Choose a tag to compare

@shadowusr shadowusr released this 13 Mar 14:38

🐛 Bug fixes

  • fix: correctly handle inputs containing mixed dirs and databaseUrls files by in #759

v11.9.1

Choose a tag to compare

@shadowusr shadowusr released this 13 Mar 11:51

🐛 Bug fixes

  • fix: copy local artifacts even when remote db urls are stored in databaseUrls.json by in #758

v11.9.0

Choose a tag to compare

@sonic16x sonic16x released this 12 Mar 06:35

🚀 Features

Hide screenshots

Now you can hide screenshot previews in the suites tree (left panel).

Screenshot 2026-03-12 at 13 35 23

v11.8.7

Choose a tag to compare

@sonic16x sonic16x released this 26 Feb 13:03

🐛 Bug fixes

  • show loader immediately after click to run button in tree action bar

v11.8.6

Choose a tag to compare

@DudaGod DudaGod released this 25 Feb 08:57

🐛 Bug fixes

  • correctly send required modules via cli option require to run method of Testplane in gui mode. In order to correctly require user modules in master and worker processes in Testplane (#755)

v11.8.5

Choose a tag to compare

@shadowusr shadowusr released this 11 Mar 13:45

🐛 Bug fixes

  • fix(playwright): dont fall when launching html-reporter playwright gui in #754

v11.8.4

Choose a tag to compare

@shadowusr shadowusr released this 11 Mar 13:44

🐛 Bug fixes

  • fix: reuse opened GUI tab when possible in #748
  • fix: support -a option in new UI in #749
  • fix: enhance hotkeys behavior in #750
  • fix: run suite button should only launch visible tests in #747
  • fix: do not process unhandled rejections twice in #751