Skip to content

Releases: gemini-testing/html-reporter

v11.17.0

Choose a tag to compare

@sonic16x sonic16x released this 15 Sep 13:33

πŸš€ Features

Watch mode

You can now start watch mode with npx testplane gui --watch and see test changes without restarting the GUI.

Screen.Recording.2026-09-03.at.01.35.28.mov

Testplane config in the UI

Now you can see testplane config in Ui in info section of sidebar

Screenshot 2026-09-15 at 04 48 14

Stop tests button

You can now stop running tests using the Stop button. This feature requires Testplane v9.2.3 or later.

Screenshot 2026-09-15 at 04 52 58

Dark theme

You can now switch to dark mode. By default, the UI uses your system theme.

image

v11.16.3

Choose a tag to compare

@sonic16x sonic16x released this 09 Sep 22:01

πŸ› Bug fixes

  • Fix copy error message.

v11.16.2

Choose a tag to compare

@sonic16x sonic16x released this 09 Sep 22:01

πŸ› Bug fixes

  • Use node:os directly to avoid loading tmp and its transitive dependency chain from a non-canonical pnpm path.

v11.16.1

Choose a tag to compare

@sonic16x sonic16x released this 28 Aug 21:54

πŸ› Bug fixes

  • Fix run options

v11.16.0

Choose a tag to compare

@sonic16x sonic16x released this 25 Aug 16:44

πŸš€ Features

Accept screenshots from the tree

You can now accept screenshots from the tree. The button appears when hovering over a screenshot.

Screenshot 2026-08-25 at 23 34 28

Diff mode selector in the tree

You can now select the diff mode for the tree from the action bar.

Screenshot 2026-08-25 at 23 34 04

Labels for all buttons in the action bar

You can now see labels for every button in the action bar when there is enough space.

Screenshot 2026-08-25 at 23 34 34

API: display additional information in run options for custom plugins

Use the SET_RUN_OPTIONS action as follows:

dispatch({
  type: "SET_RUN_OPTIONS",
  payload: {
    runOptions: {
      myPluginUniqKey: 'Create'
    },
  },
});
image image

New tree mode selector

You can now switch the tree display mode between: tree only, tree and test, and test only.

Screenshot 2026-08-25 at 23 42 13

v11.14.2

Choose a tag to compare

@shadowusr shadowusr released this 28 Jul 10:05

πŸ› Bug fixes

  • Time Travel snapshots now should work much better. If you experienced "Unclosed string" or "Snapshot file is broken" errors, they should be gone now.

v11.14.1

Choose a tag to compare

@shadowusr shadowusr released this 28 Jul 10:04

πŸ› Bug fixes

  • The choice whether to wrap long lines in error stack traces on the Suites page is now preserved in localStorage

v11.14.0

Choose a tag to compare

@KuznetsovRoman KuznetsovRoman released this 21 Jul 12:22

πŸš€ Improvements

  • add static accepter v2 support (#785)

v11.13.0

Choose a tag to compare

@sonic16x sonic16x released this 21 Jul 10:21

πŸš€ Features

Refresh tests button

You can now reload the test tree in GUI mode without restarting it.

image

Copy command arguments

Working with command arguments in tests is now easier β€” you can copy them with a single click.

image

Screenshot sizes in tree

Screenshots in the test tree are now more informative: we show their dimensions as well as the diff size.

image

Disable magnifier in tree

You can now disable the magnifier in the test tree (settings in sidebar).
Clicking on a diff will highlight the changed areas instead.

image

πŸ› Bug fixes

Fixed style rendering in errors
Before:
image
After:
image

v11.12.0

Choose a tag to compare

@sonic16x sonic16x released this 14 Jul 18:22

πŸš€ Features

Best error view

Now you can easily copy error text and enable force line break to view the full error message.

Screenshot 2026-07-15 at 01 21 48

Action buttons are now placed right after the title

Screenshot 2026-07-15 at 01 25 19

Accept screenshots by Enter key on visual checks page

πŸ› Bug fixes

  • Fixed show tests dropdown in old UI
  • In new UI, accepting visible screenshots only processes expanded screenshot