debug: add parser logging + enable url2green API

- parser.js: log found files, top-level JSON keys, and extracted
  metric values to stdout (visible via docker logs speedboard)
- runner.js: add --sustainable.useGreenWebHostingAPI flag

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-07 10:44:14 +02:00
parent 500f69efcc
commit dc8fed337f
2 changed files with 57 additions and 52 deletions

View File

@@ -19,6 +19,7 @@ export function runTest(job, onLine) {
'--outputFolder', outputFolder,
'--json',
'--sustainable.enable',
'--sustainable.useGreenWebHostingAPI',
'--axe.enable',
'--coach',
];