Add grouped_run_statistics/tests/data/sample_runs.json
This commit is contained in:
parent
18fc74a440
commit
d104607c05
1 changed files with 47 additions and 0 deletions
47
grouped_run_statistics/tests/data/sample_runs.json
Normal file
47
grouped_run_statistics/tests/data/sample_runs.json
Normal file
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
Loading…
Reference in a new issue