Untitled
unknown
plain_text
7 months ago
1.4 kB
5
Indexable
{
"category": "CategoryName",
"totals": {
"2024-01": {
"passed": 1,
"total": 2
},
"2024-02": {
"passed": 2,
"total": 2
}
},
"tests": [
{
"name": "Test 1",
"runs": {
"2024-01": {
"result": "Pass",
"value": 1.1,
"threshold": 1.2,
"headroom": 0.1
},
"2024-02": {
"result": "Pass",
"value": 1.1,
"threshold": 1.2,
"headroom": 0.1
}
}
},
{
"name": "Test 2",
"runs": {
"2024-01": {
"result": "Fail",
"value": 1.3,
"threshold": 1.2,
"headroom": -0.1
},
"2024-02": {
"result": "Pass",
"value": 1.1,
"threshold": 1.2,
"headroom": 0.1
}
}
}
]
}Editor is loading...
Leave a Comment