zachleat / performance-leaderboard

A plugin to run Lighthouse against a set of urls to see which site is the fastest.
97 stars 12 forks source link

New axePuppeteerTimeout option, to be able to set puppeteer time… #14

Closed nfjodor closed 3 years ago

nfjodor commented 3 years ago

I used this tool to check a big and robust site and axe testing fails because of puppeteer timeout. With this fix, you can specify the timeout in milliseconds for axe testing.

zachleat commented 3 years ago

Thank you!