Releases: gemini-testing/html-reporter
Releases Β· gemini-testing/html-reporter
v10.1.0
π Improvements
- feat: add ability to run cli commands using html-reporter binary (#551)
An example of running gui using html-reporter binary:
This is a preliminary step before support gui for Playwright.
π Bug fixes
- fix: the state of the "Run tests" button is saved to localStorage. The default state is "Run failed tests" (#554)
- fix: escape regexp chars when copying a test link (#552)
v10.0.0
π Improvements
π£ Breaking changes
- node versions less than 18.0.0 are no longer supported
v9.19.0
π Improvements
- add ansi colors support to error message (#544)
- add error snippets support (testplane >= 9.11.0 needed)(#544)
Examples


v9.18.1
π Bug fixes
- fix: dont require hermione dependency (#542)
v9.18.0
π Improvements
- add testplane support (#541)
v9.17.2
π Bug fixes
- fix: use propper result status after reference update (#536)
v9.17.1
π Bug fixes
- fix: ensure right image states order html-reporter (#538)
v9.17.0
π Improvements
- add different pixels value, which is displayed when using hermione >= 8.2.0 (#534)

v9.16.4
π Bug fixes
- fixed a bug where the application would crash when attempting to expand the "Description" field in the test (#533)
v9.16.3
π Bug fixes
- fix: html-reporter is now enabled by default and takes into account env vars and cli args when determining if it's enabled or not. Just as it was before
9.16.0
, when it was accidentally removed.