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