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.68k stars 105 forks source link

lighthouse categories are not respected #168

Closed BennyAlex closed 4 months ago

BennyAlex commented 9 months ago

Describe the bug

If I pass

 lighthouseOptions: {
            onlyCategories: ['performance', 'best-practices', 'accessibility', 'seo', 'pwa'],
        },

as config, I still do not get the a score for the pwa category.

Reproduction

No response

System / Nuxt Info

No response