harlan-zw / unlighthouse

Scan your entire site with Google Lighthouse in 2 minutes (on average). Open source, fully configurable with minimal setup.
https://unlighthouse.dev
MIT License
3.65k stars 105 forks source link

onlyAudits doesnt work #175

Closed pedddro closed 4 months ago

pedddro commented 7 months ago

Describe the bug

The follow config doesn't work

lighthouseOptions: {
    onlyAudits: ['modern-image-formats'],
  },

and

lighthouseOptions: {
    onlyAudits: ['modern-image-formats'],
    onlyCategories: ['performance'],
  },

also doesn't work.

Reproduction

unlighthouse-ci --build-static && npx sirv-cli .unlighthouse

System / Nuxt Info

No response