-
Notifications
You must be signed in to change notification settings - Fork 24
/
.gemini.yml
executable file
·44 lines (39 loc) · 981 Bytes
/
.gemini.yml
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
rootUrl: http://localhost:8080/components/vaadin-charts/test/visual/
gridUrl: http://localhost:4444/wd/hub
screenshotsDir: ./test/visual/screens
system:
plugins:
polyserve:
port: 8080
sauce: true
browsers:
chrome:
desiredCapabilities:
browserName: "chrome"
version: "67.0"
platform: "Windows 10"
edge:
desiredCapabilities:
browserName: "microsoftedge"
version: "15"
platform: "Windows 10"
# The following setups don't currently work due to Selenium SafariDriver issue
# https://github.com/vaadin/vaadin-element-skeleton/issues/19
#
# safari:
# desiredCapabilities:
# browserName: "safari"
# version: "10.0"
# platform: "OS X 10.11"
#
# iphone:
# desiredCapabilities:
# browserName: "iphone"
# version: "9.2"
# platform: "OS X 10.11"
#
# ipad:
# desiredCapabilities:
# browserName: "ipad"
# version: "9.2"
# platform: "OS X 10.11"