treosh / lighthouse-ci-action

Audit URLs using Lighthouse and test performance with Lighthouse CI.
MIT License
1.15k stars 82 forks source link

Passing flags to lighthouse #64

Closed CptMeatball closed 3 years ago

CptMeatball commented 4 years ago

Is it possible to add flags to the lighthouse action? For the normal LHCI we can do the following:

lighthouse-ci [URL] --chrome-flags=--ignore-certificate-errors

Is this possible in the YAML?