We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a401b3 commit 408a3b4Copy full SHA for 408a3b4
runner/orchestration/serve-testing-worker.ts
@@ -39,7 +39,7 @@ export async function serveAndTestApp(
39
enableAutoCsp: !!config.enableAutoCsp,
40
includeAxeTesting: config.skipAxeTesting === false,
41
takeScreenshots: config.skipScreenshots === false,
42
- includeLighthouseData: config.skipLighthouse === false,
+ includeLighthouseData: config.skipLighthouse !== true,
43
userJourneyAgentTaskInput,
44
};
45
0 commit comments