From d104607c05f83bbf99979f493392f960eafaea71 Mon Sep 17 00:00:00 2001 From: Mika Date: Mon, 2 Feb 2026 17:10:59 +0000 Subject: [PATCH] Add grouped_run_statistics/tests/data/sample_runs.json --- .../tests/data/sample_runs.json | 47 +++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 grouped_run_statistics/tests/data/sample_runs.json diff --git a/grouped_run_statistics/tests/data/sample_runs.json b/grouped_run_statistics/tests/data/sample_runs.json new file mode 100644 index 0000000..e01641c --- /dev/null +++ b/grouped_run_statistics/tests/data/sample_runs.json @@ -0,0 +1,47 @@ +[ + { + "id": "run_001", + "pinned": true, + "status": "PASS" + }, + { + "id": "run_002", + "pinned": false, + "status": "PASS" + }, + { + "id": "run_003", + "pinned": true, + "status": "WARN" + }, + { + "id": "run_004", + "pinned": false, + "status": "FAIL" + }, + { + "id": "run_005", + "pinned": true, + "status": "FAIL" + }, + { + "id": "run_006", + "pinned": false, + "status": "WARN" + }, + { + "id": "run_007", + "pinned": true, + "status": "PASS" + }, + { + "id": "run_008", + "pinned": false, + "status": "PASS" + }, + { + "id": "run_009", + "pinned": false, + "status": "FAIL" + } +] \ No newline at end of file