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'}
.