Write per-check outcomes to a JSON file as {name, passed, durationMs, error?}[]
— the shape the golden-equivalence diff (scripts/integration-golden-diff.mjs)
compares. Both the tsx scripts (via EmitOutcomes) and the IntegrationTestDriver
call this so the two execution paths produce identical files.
Write per-check outcomes to a JSON file as
{name, passed, durationMs, error?}[]— the shape the golden-equivalence diff (scripts/integration-golden-diff.mjs) compares. Both the tsx scripts (via EmitOutcomes) and the IntegrationTestDriver call this so the two execution paths produce identical files.