fix: add --plugins.add analysisstorer to sitespeed.io args

analysisstorer is not in the default plugin set, so pageSummary JSON
files were never written. This plugin writes all message data to disk
(browsertime.pageSummary.json, coach.pageSummary.json, etc.) which
our parser reads to extract metrics.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-07 11:29:41 +02:00
parent 19923f4369
commit 7865252fa2

View File

@@ -21,7 +21,7 @@ export function runTest(job, onLine) {
'--browser', job.browser,
'-n', String(job.runs),
'--outputFolder', outputFolder,
'--json',
'--plugins.add', 'analysisstorer', // not in default set — needed to write pageSummary JSON
'--sustainable.enable',
'--sustainable.useGreenWebHostingAPI',
'--axe.enable',