How to pass options do the lighthouse itself?
See original GitHub issueToday, lighthouse-badges test on top of the default mobile options. In lighthouse cli you can pass the --emulated-form-factor desktop
to test against desktop UA.
How I can do this with badges?
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
lighthouse/configuration.md at main - GitHub
Lighthouse Configuration. The Lighthouse config object is the primary method of customizing Lighthouse to suit your use case. Using a custom config, you...
Read more >An Introduction To Running Lighthouse Programmatically
When running Lighthouse programmatically, there are three places where you can provide custom options: the URL you will be testing, ...
Read more >Lighthouse - The Official Escape from Tarkov Wiki - Fandom
Lighthouse is the only map to include the Rogues faction. They are guarding a water treatment plant and can also occasionally be found...
Read more >Processing Lighthouse Reports from the Command Line
Save time and improve the efficiency of your site speed analysis by processing Chrome Lighthouse audits on the command line with our step...
Read more >Performance monitoring with Lighthouse CI - web.dev
This behavior can be heavily customized by passing additional flags or customizing Lighthouse CI's configuration file, lighthouserc.js .
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks for the hint!
Since the parameter is directly passed to the lighthouse process, there is no need for any changes to the code from my side.
This will work:
I updated the README accordingly, however 👍.
Hi @AdrianoCahete
Given the inactivity I assume you managed to solve the issue. I’ll close this ticket in ~3 days.