You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To use custom Audits, I need to use custom Gatherers since my needs are not covered by those offered by Lighthouse.
The documentation explains how to configure Lighthouse and lists the options that cannot be used. The collect>settings>artifacts option is not on this list, so I assume that the use of custom Gatherers is possible.
When I run the collect command, I don't get any errors (the collect process completes), but the audits dependent on these Gatherers are non-existent in the Lighthouse reports.
How can I configure my .lighthouserc.js file so that Lighthouse uses my Gatherers?
Following the part of the code quoted below, I have tried several methods (using a file, adding the Class, a function in my .lighthouserc.js file, etc.) but nothing works.
To use custom Audits, I need to use custom Gatherers since my needs are not covered by those offered by Lighthouse.
The documentation explains how to configure Lighthouse and lists the options that cannot be used. The collect>settings>artifacts option is not on this list, so I assume that the use of custom Gatherers is possible.
When I run the collect command, I don't get any errors (the collect process completes), but the audits dependent on these Gatherers are non-existent in the Lighthouse reports.
How can I configure my .lighthouserc.js file so that Lighthouse uses my Gatherers?
Following the part of the code quoted below, I have tried several methods (using a file, adding the Class, a function in my .lighthouserc.js file, etc.) but nothing works.
How do I do this, thanks in advance?
The text was updated successfully, but these errors were encountered: