Skip to content

Releases: jakejarvis/lighthouse-action

v0.3.2: Improved output

17 Sep 21:45
a3bcc99
Compare
Choose a tag to compare

Small improvements to the output at the end of the action. (Also fixes error in v0.3.1.)

v0.3.0: Output unique filenames

17 Sep 17:27
9a63c5d
Compare
Choose a tag to compare

You can now run this action multiple times without results overwriting each other!

  • 9a63c5d Output results to a unique filename based on URL (fixes #7)

v0.2.2: Third party licenses

17 Sep 17:00
9fc992d
Compare
Choose a tag to compare

Includes licenses and copyright information for bundled third party software in THIRD_PARTY_NOTICE.md.

v0.2.1: Housekeeping

17 Sep 15:29
a9175de
Compare
Choose a tag to compare

Just a bunch of housekeeping, optimizations, and non-breaking changes!

v0.2.0: Build Speed & PR Auditing

07 Sep 14:17
52914c0
Compare
Choose a tag to compare
  • Build time is now cut in (at least) half by extracting the steps to install Node LTS and Chrome Stable into a cached image on Docker Hub, instead of painfully executing these steps every time this action is run anywhere. The image on Docker Hub is built automatically from Dockerfile.base in this repository.

  • Running audits on pull requests (before merging) is now supported via Netlify Deploy Previews — thanks @browniebroke!

v0.1.0: First release

23 Aug 16:15
7ff3d76
Compare
Choose a tag to compare

Allows for Lighthouse audits with scores printed to the workflow logs and HTML/JSON results uploaded as artifacts.

The ability to fail the step if certain thresholds are not met will be in the next release!