lighthouse-ci
lighthouse-ci copied to clipboard
how to disable a specific audit on a specifc page
I am running the lighthouse-ci on my website. There are some audits that I want to disable for a particular page. For example I want to disable the color-contrast audit only for my about page . I want that test to run on all other pages. I have tried different ways of changing my .lighthouserc.js config file to do this but none seems to work.
Can anyone please suggest me a way to do this ?