lighthouse-ci-action

Audit URLs using Lighthouse and test performance with Lighthouse CI.

MIT License

Stars
1.1K
Committers
28

Bot releases are hidden (Show)

lighthouse-ci-action - Latest Release

Published by alekseykulikov 4 months ago

Live tag for 12.x.x releases.

lighthouse-ci-action - 12.1.0

Published by alekseykulikov 4 months ago

  • breaking: upgrade to LHCI v0.14.0 (Lighthouse v12.1.0)
lighthouse-ci-action - 11.4.0

Published by alekseykulikov 9 months ago

  • upgrade to LHCI v0.13.0 (Lighthouse v11.4.0)
  • node v20
  • migrate to ES modules
  • add uploadExtraArgs support #107
lighthouse-ci-action - v11 – Lighthouse v11

Published by alekseykulikov 9 months ago

Live tag for 11.x.x releases.

lighthouse-ci-action - 10.1.0

Published by alekseykulikov over 1 year ago

  • upgrade to LHCI v0.12.0
lighthouse-ci-action - v10 – Lighthouse v10

Published by alekseykulikov over 1 year ago

Live tag for 10.x.x releases.

lighthouse-ci-action - 9.6.8

Published by alekseykulikov over 1 year ago

  • upgrade to LHCI v0.11.0
  • consider input from urls instead of config file when input exists #120
lighthouse-ci-action - v9 - Lighthouse v9

Published by alekseykulikov over 2 years ago

Live tag for 9.x.x releases.

lighthouse-ci-action - 9.3.0

Published by alekseykulikov over 2 years ago

Upgrade to LHCI v0.9.0:

  • Lighthouse 9.3.0
  • Require node v14
lighthouse-ci-action - v8 - Lighthouse v8

Published by alekseykulikov over 3 years ago

Live tag for 8.x.x releases.

lighthouse-ci-action - 8.0.0

Published by alekseykulikov over 3 years ago

  • feat: Lighthouse v8 #86
  • feat: add options.artifactName #81
  • docs: fix the chromeFlags example #83
lighthouse-ci-action - v7 - Lighthouse v7

Published by alekseykulikov over 3 years ago

Live tag for 7.x.x releases.

lighthouse-ci-action - 7.0.0

Published by alekseykulikov over 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
lighthouse-ci-action -

Published by alekseykulikov about 4 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 πŸ™

lighthouse-ci-action - 3.0.0

Published by alekseykulikov over 4 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
lighthouse-ci-action - v3 - Lighthouse v6

Published by alekseykulikov over 4 years ago

Live tag for 3.x.x releases.

lighthouse-ci-action - 2.3.2

Published by alekseykulikov over 4 years ago

  • fix case when a.auditProperty is undefined #50
  • update emojis #49
lighthouse-ci-action - 2.3.1

Published by alekseykulikov over 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
lighthouse-ci-action - 2.3.0

Published by alekseykulikov over 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
lighthouse-ci-action - 2.0.0

Published by alekseykulikov almost 5 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. ❀️