From 2337296559eca005fd36c78d6081f30427d55a2d Mon Sep 17 00:00:00 2001 From: Devon Powell Date: Mon, 25 May 2026 17:29:25 -0400 Subject: [PATCH] docs: remove v3 from report format and promote v2 to current --- docs/report-format.md | 65 +------------------------------------------ 1 file changed, 1 insertion(+), 64 deletions(-) diff --git a/docs/report-format.md b/docs/report-format.md index 7ee83da..7a62165 100644 --- a/docs/report-format.md +++ b/docs/report-format.md @@ -12,69 +12,6 @@ stored in [AWS Timestream], please see [Storage Schema]. ## Current -```json -{ - "id": "", - "version": 3, - "summary": { - "status": "", - "github": { - "organization": "", - "repository": "", - "workflow": "", - "runId": "", - "runAttempt": "" - }, - "git": { - "branch": "", - "sha": "" - }, - "framework": "'", - "operatingSystem": "", - "started": "", - "duration": { - "total": "" - }, - "count": { - "passed": "", - "failed": "", - "skipped": "", - "flaky": "" - } - }, - "details": [ - { - "name": "'", - "status": "", - "location": { - "file": "", - "line": "", - "column": "" - }, - "browser": "", - "timeout": "", - "started": "", - "duration": { - "total": "", - "final": "" - }, - "tool": "", - "experience": "", - "type": "", - "retries": "", - "github": { - "codeowners": "" - } - } - ] -} -``` - -## Previous - -
-Version 2 - ```json { "id": "", @@ -130,7 +67,7 @@ stored in [AWS Timestream], please see [Storage Schema]. } ``` -
+## Previous
Version 1