How do you do multiple lighthouse
runs in CI?
#1053
Unanswered
hamirmahal
asked this question in
Q&A
Replies: 2 comments 3 replies
-
What I tried at hamirmahal/extract-nutrition-info@eb47b84, with 2 |
Beta Was this translation helpful? Give feedback.
0 replies
-
How do you provide the In theory, you should be able to define 2 jobs on your CI: one without and one with Or use 2 different configuration files by using something like |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like to do one run with whatever settings are in
.lighthouserc.json
, and then another run with the settings in.lighthouserc.json
, plus another run with added"chromeFlags"
.Beta Was this translation helpful? Give feedback.
All reactions