forked from skavuri143/Explainable-Test-Prioritizer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample_request.json
More file actions
38 lines (38 loc) · 943 Bytes
/
sample_request.json
File metadata and controls
38 lines (38 loc) · 943 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"records": [
{
"test_id": "T0000",
"historical_defect_density": 4,
"code_complexity": 11.554,
"change_frequency": 7,
"coverage_gap": 0.6923,
"execution_cost": 0.1437,
"module_criticality": 1,
"recent_failure_count": 3,
"dependency_volatility": 0.6719
},
{
"test_id": "T0001",
"historical_defect_density": 4,
"code_complexity": 15.098,
"change_frequency": 4,
"coverage_gap": 0.6207,
"execution_cost": 0.6772,
"module_criticality": 4,
"recent_failure_count": 3,
"dependency_volatility": 0.4699
},
{
"test_id": "T0002",
"historical_defect_density": 3,
"code_complexity": 5.346,
"change_frequency": 3,
"coverage_gap": 0.8323,
"execution_cost": 0.5814,
"module_criticality": 5,
"recent_failure_count": 1,
"dependency_volatility": 0.8094
}
],
"top_k": 3
}