-
Notifications
You must be signed in to change notification settings - Fork 33
/
invalid-sleep.har
54 lines (54 loc) · 1.13 KB
/
invalid-sleep.har
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
{
"log": {
"pages": [
{
"id": "group_0",
"title": "Group 0"
},
{
"sleep": [{ "after": "300" }],
"id": "group_1",
"title": "Group 1"
}
],
"entries": [
{
"sleep": [{ "after": 1200 }, { "before": 1200 }],
"request": {
"method": "POST",
"url": "http://test.loadimpact.com/foobar"
}
},
{
"pageref": "group_0",
"sleep": [{ "after": 800 }],
"request": {
"method": "POST",
"url": "http://test.loadimpact.com/login"
}
},
{
"pageref": "group_0",
"sleep": [{ "before": 120 }, { "after": 1200 }],
"request": {
"method": "GET",
"url": "http://test.loadimpact.com/users"
}
},
{
"pageref": "group_1",
"request": {
"method": "GET",
"url": "http://test.loadimpact.com/items"
}
},
{
"pageref": "group_1",
"request": {
"method": "POST",
"url": "http://test.loadimpact.com/checkout"
}
}
]
}
}