Skip to content

v9.16.0

Choose a tag to compare

@DudaGod DudaGod released this 17 Jan 12:18
· 411 commits to master since this release

πŸš€ 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'}.