forked from grafana/har-to-k6
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscopes.har
50 lines (50 loc) · 1.27 KB
/
scopes.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
{
"log": {
"pages": [
{
"index": 0,
"id": "group_0",
"title": "Group 0"
},
{
"index": 1,
"id": "group_1",
"title": "Group 1"
}
],
"entries": [
{
"index": 0,
"pageref": "group_0",
"request": {
"method": "POST",
"url": "http://test.loadimpact.com/login"
}
},
{
"index": 1,
"pageref": "group_0",
"request": {
"method": "GET",
"url": "http://test.loadimpact.com/users"
}
},
{
"index": 0,
"pageref": "group_1",
"request": {
"method": "GET",
"url": "http://test.loadimpact.com/items"
}
},
{
"index": 1,
"pageref": "group_1",
"request": {
"method": "POST",
"url": "http://test.loadimpact.com/checkout"
}
}
]
}
}