Skip to content

Releases: justinribeiro/lighthouse-action

v3.0.0 - Lighthouse @ v9

07 Dec 17:05
v3.0.0
dd0b03d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v3.0.0

v2.0.0 - Lighthouse v8 and Core Web Vitals

30 Jul 16:33
v2.0.0
7ba4125
Compare
Choose a tag to compare

v1.1.0

06 Nov 05:39
9d61911
Compare
Choose a tag to compare

v1.1.0 (2019-11-05)

Features

  • audits: add scores.js config (#6)

v1.0.2

05 Nov 00:31
dd1c991
Compare
Choose a tag to compare

v1.0.2 (2019-11-04)

Fixes

  • fix(wpt): apply devtools factors to network (#5) Cheers to @patrickhulce for the pointer and ticket! 💯

v1.0.1

02 Nov 23:28
8fb936d
Compare
Choose a tag to compare

v1.0.1 (2019-11-02)

Docs

  • Update README example.

v1.0.0

02 Nov 23:16
b0e5932
Compare
Choose a tag to compare

v1.0.0 (2019-11-02) 🎉

Features

  • Uses Puppeteer to start up Chrome with network emulation settings defined by WebPageTest.
  • Supports saving of artifacts to the Github Action run.
  • Supports custom Lighthouse configuration via JavaScript file.
  • Supports Lighthouse budget.json for failing PRs.
  • Posts results of audit run as a comment on your PR.
    image