Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 474 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 474 Bytes

lighthouse-connector

Connect Google lightouse with other browser automation tools (WebDriver, Puppeteer)

This connector allows to use Lighthouse alongside Selenium, Webdriver-based, Puppeteer or other browser automation tools. So we can use Selenuium to interact with the web page and use Lighthouse for performance auditing on the same web page. I.e. we can login to the web app by using Selenium, then we run Lighthouse to measure performance.

Code examples will come