-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathlineup_test.json
80 lines (80 loc) · 1.55 KB
/
lineup_test.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
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
{
"urls": {
"https://www.otto.de": {
"paths": [
"/",
"multimedia"
],
"setup-paths": [
"setup"
],
"cleanup-paths": [
"cleanup"
],
"max-diff": 0.05,
"cookies": [
{
"name": "testcookie1",
"value": "true"
},
{
"name": "testcookie2",
"value": "1"
}
],
"local-storage": {
"teststorage": "{'testkey':{'value':true,'timestamp':9467812242358}}"
},
"session-storage": {
"testsession": "{'testkey':{'value':true,'timestamp':9467812242358}}"
},
"env-mapping": {
"live": "www"
},
"resolutions": [
600,
800,
1200
],
"wait-after-page-load": 2,
"wait-after-scroll": 1,
"max-scroll-height": 50000,
"warmup-browser-cache-time": 3,
"javascript": "console.log('Moin!');"
},
"http://www.google.de": {
"paths": [
"/"
],
"max-diff": 0.05,
"resolutions": [
1200
],
"cookies": [
{
"name": "classic",
"value": "true"
}
],
"alternating-cookies": [
[
{
"name": "alternating",
"value": "case1"
}
],
[
{
"name": "alternating",
"value": "case2"
}
]
]
}
},
"browser": "firefox-headless",
"wait-after-page-load": 1,
"threads": 12,
"page-load-timeout": 60,
"screenshot-retries": 2
}