Releases: gemini-testing/html-reporter
Releases Β· gemini-testing/html-reporter
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.
v9.16.2
π Bug fixes
- fix: correctly pass cli options to hermione "readTests" and "run" (support cli options
devtools
and replMode
) (#529)
v9.16.1
π Bug fixes
- fix: use axios@1.6.3 (#528)
v9.16.0
π Improvements
- feat(merge-reports): ability to pass headers for databaseUrls.json files (#527)
Example:
html_reporter_headers='{"foo":"bar"}' npx hermione merge-reports path-to-database.db path-to-databaseUrls.json -d dest-report -h baz=qux
As a result, the path-to-databaseUrls.json
will be requested with headers: {foo: 'bar', baz: 'qux'}
.