abhinaba-ghosh / playwright-lighthouse

:performing_arts:: Playwright Lighthouse Audit
https://www.npmjs.com/package/playwright-lighthouse
MIT License
240 stars 28 forks source link

No support of Firefox or WebKit #40

Open SusantoMandal opened 1 year ago

SusantoMandal commented 1 year ago

I was looking through the code when I came across a part in audit.js. const VALID_BROWSERS = ['Chrome', 'Chromium', 'Canary']; Here is the code URL. Because you state that only Chrome and Chromium are valid browsers, is there any way to generate reports in other browsers such as Firefox or Webkit?