Skip to content

v0.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 May 09:10
· 276 commits to main since this release

Features 🚀

CI: New JSON Reporting Format #111

When running the CI a simple JSON report is generated at ./.unlighthouse/ci-options.json. This report can be consumed by other tools for your own purposes but it's very limited in terms of data.

With this release we introduce new infrastructure to support other reporters and the first new reporter: jsonExpanded.

This new format includes a lot more detail and can be used to generate more creative integrations.

You can opt into this new report using the command line with --reporter jsonExpanded, or the config using ci.reporter: 'jsonExpanded'. With the v1 release, this will become the new default.

Big thanks to @mastoj for his initiative and work on this.