chenge emulator #15248
Answered
by
adamraine
aminbouhamed
asked this question in
General
chenge emulator
#15248
-
helloo the result is Emulated Moto G Power with Lighthouse 10.3.0 can i emulate with desktop and how can i do that please , knowing that am using git programatically as node module |
Beta Was this translation helpful? Give feedback.
Answered by
adamraine
Jul 11, 2023
Replies: 2 comments 1 reply
-
You can use the desktop config to generate a report for a desktop site: import lighthouse, {desktopConfig} from 'lighthouse';
await lighthouse('https://example.com', undefined, desktopConfig); |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
aminbouhamed
-
import lighthouse, {desktopConfig} from 'lighthouse'; await lighthouse('https://example.com', undefined, desktopConfig); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use the desktop config to generate a report for a desktop site: