-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
69 lines (68 loc) · 2.35 KB
/
config.yaml
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
runs: 10
reduce-weights:
pick-mode: weight # weight, dist, weight-dist
reduce-mode: zero # zero, max-child, reducer
reducer-div: 10
start-seed: 32
quick-check:
iterations: 25
max-size: 100
weights:
base: ["resources/html5-weights.edn",
"resources/css3-weights.edn",
"resources/default-weights.edn",
"resources/default-weights-div-span.edn"]
compare:
#method: "SQDIFF"
method: "SQDIFF_NORMED"
threshold: 0.0001
web:
host: "127.0.0.1"
port: 3000
dir: "gen"
browsers:
firefox:
url: "http://localhost:7000"
capabilities: {"moz:firefoxOptions":
{"args": ["--headless"]}}
chrome:
url: "http://localhost:7001"
capabilities: {"chromeOptions":
{"args": ["--headless"]}}
servo:
url: "http://192.168.88.2:7002"
# opera:
# url: "http://localhost:7002"
# capabilities: {"chromeOptions"
# {"args" ["--headless"]
# "binary" "/usr/bin/opera"}}
#
# brave:
# url: "http://localhost:7003"
# capabilities: {"chromeOptions":
# { "args": ["--headless", "--disable-gpu"],
# "binary": "/usr/bin/brave-browser"}}
# bs-chrome-win-62:
# url: "https://USER:KEY@hub-cloud.browserstack.com/wd/hub"
# capabilities: {"browserstack.local": true,
# "browser": "Chrome",
# "browser_version": "69.0",
# "os": "Windows",
# "os_version": "10",
# "resolution": "1024x768"}
# bs-firefox-win-62:
# url: "https://USER:KEY@hub-cloud.browserstack.com/wd/hub"
# capabilities: {"browserstack.local": true,
# "browser": "Firefox",
# "browser_version": "62.0",
# "os": "Windows",
# "os_version": "10",
# "resolution": "1024x768"}
# bs-edge-win-17:
# url: "https://USER:KEY@hub-cloud.browserstack.com/wd/hub"
# capabilities: {"browserstack.local": true,
# "browser": "Edge",
# "browser_version": "17.0",
# "os": "Windows",
# "os_version": "10",
# "resolution": "1024x768"}