-
Notifications
You must be signed in to change notification settings - Fork 33
/
scope-vars.har
48 lines (48 loc) · 966 Bytes
/
scope-vars.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
{
"log": {
"options": {},
"pages": [
{
"title": "Zz",
"id": "9a2956c0-0b04-499f-82cc-bf62bf1ca0f4",
"type": "group"
}
],
"entries": [
{
"comment": "",
"checks": [],
"variables": [
{
"type": 0,
"name": "test",
"expression": "$.asd"
}
],
"request": {
"url": "http://test.k6.io",
"method": "GET",
"queryString": [],
"headers": []
},
"pageref": "9a2956c0-0b04-499f-82cc-bf62bf1ca0f4"
},
{
"comment": "",
"checks": [],
"variables": [],
"request": {
"url": "http://test.k6.io/login",
"method": "POST",
"queryString": [],
"headers": [
{
"name": "Authorization",
"value": "${test}"
}
]
}
}
]
}
}