Releases: gemini-testing/html-reporter
Releases Β· gemini-testing/html-reporter
v9.1.1
v9.0.0
v8.0.2
v8.0.1
v8.0.0
v7.7.1
π Improvements
Added ability to share html-reporter action names, that used in Redux actions with its plugins. It can be helpful to subscribe on html-reporter events;
π Bug fixes
- Reconnect to sqlite database on client side in gui mode when tests end event is emitted;
<Details />
component call passed handler with its current state. Can be useful when used in plugins
v7.7.0
π Improvements
Added ability to share html-reporter components with its plugins. Only <Details />
component is currently shared. More info how to use it can be found in our documentation - https://github.com/gemini-testing/html-reporter#middlewarejs.
v7.6.1
v7.6.0
v7.5.0
π Improvements
Added the ability to stop tests by click on the "Stop tests" button. Browsers will be closed, but the hermione process doesn't terminate and it will be possible to restart the tests.
π Thanks
@Hypnosphi for first implementation.