How does lighthouse userflows work with webdriverio? #15343
Answered
by
adamraine
SivasubramanianV
asked this question in
Q&A
-
Do we really need getpupeteer method to be called in webdriver io for lighthouse flows to work in wdio test? |
Beta Was this translation helpful? Give feedback.
Answered by
adamraine
Aug 3, 2023
Replies: 1 comment 4 replies
-
I'm not familiar with WebdriverIO but I assume you are referring to Puppeteer is required because Lighthouse uses Puppeteer to connect to the page under the hood. Puppeteer is the only interface we currently support. |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
SivasubramanianV
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm not familiar with WebdriverIO but I assume you are referring to
getPuppeteer
Puppeteer is required because Lighthouse uses Puppeteer to connect to the page under the hood. Puppeteer is the only interface we currently support.