forked from Xray-App/xray-postman-collections
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathxray_result.json
31 lines (31 loc) · 1.03 KB
/
xray_result.json
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
{
"info" : {
"summary" : "Execution of automated tests for release",
"description" : "This execution is automatically created when importing execution results from an external source",
"startDate" : "2020-05-30T11:37:00+01:00",
"finishDate" : "2020-05-30T11:50:00+01:00"
},
"tests" : [
{
"testKey" : "{{T1_KEY}}",
"start" : "2020-05-30T11:47:35+01:00",
"finish" : "2020-05-30T11:49:35+01:00",
"comment" : "Successful execution1",
"status" : "PASS"
},
{
"testKey" : "{{T2_KEY}}",
"start" : "2020-05-30T11:37:35+01:00",
"finish" : "2020-05-30T11:39:35+01:00",
"comment" : "Successful execution2",
"status" : "PASS"
},
{
"testKey" : "{{T3_KEY}}",
"start" : "2020-05-30T11:44:35+01:00",
"finish" : "2020-05-30T11:45:35+01:00",
"comment" : "Successful execution3",
"status" : "PASS"
}
]
}