Releases: gemini-testing/html-reporter
Release list
v11.17.0
π 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
Stop tests button
You can now stop running tests using the Stop button. This feature requires Testplane v9.2.3 or later.
Dark theme
You can now switch to dark mode. By default, the UI uses your system theme.
v11.16.3
v11.16.2
v11.16.1
v11.16.0
π Features
Accept screenshots from the tree
You can now accept screenshots from the tree. The button appears when hovering over a screenshot.
Diff mode selector in the tree
You can now select the diff mode for the tree from the action bar.
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.
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'
},
},
});New tree mode selector
You can now switch the tree display mode between: tree only, tree and test, and test only.
v11.14.2
v11.14.1
v11.14.0
π Improvements
- add static accepter v2 support (#785)
v11.13.0
π Features
Refresh tests button
You can now reload the test tree in GUI mode without restarting it.
Copy command arguments
Working with command arguments in tests is now easier β you can copy them with a single click.
Screenshot sizes in tree
Screenshots in the test tree are now more informative: we show their dimensions as well as the diff size.
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.
π Bug fixes
v11.12.0
π Features
Best error view
Now you can easily copy error text and enable force line break to view the full error message.
Action buttons are now placed right after the title
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