I am working on the quality improvements of my Sitecore website deployed into Azure PaaS and use Lighthouse as Azure DevOps extension for Azure Pipelines to run a Lighthouse report from time to time to check scores.
This is how a standard Lighhouse report looks like by default - the full information about all sections:
Ideally, I would like to run checks against the most relevant categories and individual criteria inside, and get results only for the sections and metrics I am interested in. This will help me to avoid the information clutter and considerably reduce the test duration time. For instance, my site doesn’t currently meet the Progressive Web App (PWA) requirements, therefore, I want to exclude the PWA category & checks from the Lighthouse report completely. Also, it would help to make the Accessibility section optional as I don't do much changes in that regard.
Could you please advise me on the best approach?