-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathUsers.postman_test_run.json
More file actions
84 lines (84 loc) · 1.87 KB
/
Users.postman_test_run.json
File metadata and controls
84 lines (84 loc) · 1.87 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"id": "6b647ca4-d224-493c-a48e-aba8095f96bb",
"name": "Users",
"timestamp": "2022-11-15T08:45:34.170Z",
"collection_id": "20630078-8d847ba4-63e8-42ff-aeed-ad9096f69396",
"folder_id": 0,
"environment_id": "20630078-c5c74082-0432-4eed-a32d-28fd15d5a010",
"totalPass": 15,
"totalFail": 0,
"results": [
{
"id": "902f8807-7d5d-4a13-91c8-72d3056c19ec",
"name": "CreateUser",
"time": 319,
"responseCode": {
"code": 201,
"name": "Created"
},
"tests": {
"Validate the Json Schema": true,
"Validate the username are correct": true,
"Validate the job description is correct": true
},
"testPassFailCounts": {
"Validate the Json Schema": {
"pass": 5,
"fail": 0
},
"Validate the username are correct": {
"pass": 5,
"fail": 0
},
"Validate the job description is correct": {
"pass": 5,
"fail": 0
}
},
"times": [
424,
314,
299,
341,
319
],
"allTests": [
{
"Validate the Json Schema": true,
"Validate the username are correct": true,
"Validate the job description is correct": true
},
{
"Validate the Json Schema": true,
"Validate the username are correct": true,
"Validate the job description is correct": true
},
{
"Validate the Json Schema": true,
"Validate the username are correct": true,
"Validate the job description is correct": true
},
{
"Validate the Json Schema": true,
"Validate the username are correct": true,
"Validate the job description is correct": true
},
{
"Validate the Json Schema": true,
"Validate the username are correct": true,
"Validate the job description is correct": true
}
]
}
],
"count": 5,
"totalTime": 1697,
"collection": {
"requests": [
{
"id": "902f8807-7d5d-4a13-91c8-72d3056c19ec",
"method": "POST"
}
]
}
}