diff --git a/runner/orchestration/serve-testing-worker.ts b/runner/orchestration/serve-testing-worker.ts index 936b203..d54409b 100644 --- a/runner/orchestration/serve-testing-worker.ts +++ b/runner/orchestration/serve-testing-worker.ts @@ -39,7 +39,7 @@ export async function serveAndTestApp( enableAutoCsp: !!config.enableAutoCsp, includeAxeTesting: config.skipAxeTesting === false, takeScreenshots: config.skipScreenshots === false, - includeLighthouseData: config.skipLighthouse === false, + includeLighthouseData: config.skipLighthouse !== true, userJourneyAgentTaskInput, };