Lighthouse Ci Action Versions Save

Audit URLs using Lighthouse and test performance with Lighthouse CI.

7.0.0

3 years ago
  • Upgrade to Lighthouse v7 and LHCI v0.7
  • Match this action version with Lighthouse (bump from 3.1.0 to 7.0.0)
  • configPath support on upload command #75

3.1.0

3 years ago
  • Support basic auth #62
  • Extended outputs with links and assertion results
  • Upgrade to Lighthouse 6.2.0 and LHCI v0.5

Special thanks to @kiwiupover and @denar90 🙏

3.0.0

3 years ago
  • Upgrade to Lighthouse v6 and LHCI v0.4 #52
  • Fix default runs #48
  • Fix configPath resolution #47
  • Use ::warning for not failing tests #43
  • docs: a recipe with Lighthouse plugin #42
  • docs: integration with Netlify #30
  • experimental: extend output with links and assertionResults #41

v3

3 years ago

Live tag for 3.x.x releases.

2.3.2

4 years ago
  • fix case when a.auditProperty is undefined #50
  • update emojis #49

2.3.1

4 years ago
  • upgrade to @lhci/cli 0.3.12
  • disable --uploadUrlMap by default in every branch (only master)
  • remove warning for using static_dist_dir with urls #45

2.3.0

4 years ago

🚀Integrates with new features in Github Actions environment and Lighthouse CI 🚀

  • Use annotation to communicate failed results
  • Upload artifacts without using an extra action
  • Rename upload.* inputs to to serverBaseUrl and serverToken with backward compatibility
  • Support .yaml config #23
  • Support for urls in config #29
LHCI Action 2.3.0

2.0.0

4 years ago

Switch from a custom Lighthouse runner to the new Lighthouse CI (more details).

New features:

  • Assert with lighthouserc files in addition to existing budgets.json assertions.
  • Save results to temporary-public-storage
  • Upload results to a Lighthouse CI server

Thanks to the Google Chrome team for implementing this change and creating a better framework to run Lighthouse CI. ❤️

2.1.0

4 years ago
  • feat: @lhci/core 0.3.4
  • docs: improve budget example to make it more realistic
  • docs: refactor examples
  • docs: add example with URLs interpolation

2.2.0

4 years ago
  • feat: @lhci/core 0.3.7
  • feat: configure NODE_PATH to load plugin from GitHub workspace #19
  • fix: plugins support #16