We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f66f2bc commit 2e098beCopy full SHA for 2e098be
packages/documentation/docs/guides/lighthouse/reports.md
@@ -38,8 +38,9 @@ const lighthouseOptions = {
38
};
39
40
const lighthouseConfig = {
41
- output: "html", //If output is not specified, then the json report will be generated
42
- /* ... your lighthouse configs */
+ settings: { output: "html" },
+ extends: "lighthouse:default",
43
+ /* ... Alternatively, you could set your own lighthouse config */
44
45
46
cy.lighthouse(thresholds, lighthouseOptions, lighthouseConfig);
0 commit comments