catchpoint/WebPageTest.api-nodejs

Lighthouse Testing

mstoller opened this issue · 0 comments

Thank you for the nice wrapper on the wpt api. WPT now allows lighthouse reports to be run alongside WPT on Linux instances in Chrome. The wpt api had this option added. I've submitted a small pr that updates your node wrapper to run lighthouse tests. Let me know if I missed anything. I'm running it locally as: ./bin/webpagetest -l Dulles_Linux --lighthouse -k <MY API KEY> test https://sals-pals.com

PR is here: #103