forked from zkoss/ztltest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.properties
105 lines (99 loc) · 2.99 KB
/
config.properties
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
##
# config.properties
#
# For example
#
# Browser Type :
#
# Define Remote Firefox Driver :
# [Name]=[Path];[DriverName]
# Name: a key for the setting
# Path: a selenium2 server URL
# DriverName: a supported remote driver
#
# define example : firefox1=http://localhost:4444/wd/hub;FirefoxDrvier
#
# Define Local Firefox Driver :
# [Name]=[DriverName]
#
# define example : firefox1=FirefoxDrvier
#
# Customized Executor Path:
#
# Please specify the webdriver.firefox.bin or webdriver.chrome.bin in your runtime classpath.
#
# For example in chrome,
#
# System.setProperty("webdriver.chrome.bin",
# "%HOMEPATH%\\Local Settings\\Application Data\\Google\\Chrome\\Application\\chrome.exe");
#
# Please refer to the following document.
# * http://code.google.com/p/selenium/wiki/FirefoxDriver
# * http://code.google.com/p/selenium/wiki/ChromeDriver
#
#
# RemoteWedDriver Lists:
# ChromeDriver
# FirefoxDriver
# EdgeDriver
# SafariDriver
# InternetExplorerDriver
##
#System Properties for Eclipse to run Junit with Chrome Driver
#For example,
#systemproperties=a:a1;b:b1;c:c1
#win
#systemproperties=webdriver.ie.driver:./lib/IEDriverServer.exe;webdriver.chrome.driver:./lib/chromedriver.exe;webdriver.gecko.driver:./lib/geckodriver.exe
#mac
systemproperties=webdriver.chrome.driver:./lib/chromedriver;webdriver.gecko.driver:./lib/geckodriver
#selenium/testcafe
testingEnvironment=selenium
### for test cafe
cafeTestDir=/codegen/archive/testcafe/
#selenium server setting
#client=http://localhost:4444
server=http://localhost:8080
#10.1.3.132
context-path=/zktest
delay=200
action=ztl.zul
timeout=600000
browser=all
# for debuggable javascript in ZKElementFinder
debuggable=false
#Image comparison setting
##win
#imgsrc=c:/imagsrc
#imgdest=c:/imgdest
##mac
imgsrc=/Users/username/${ztl-test folder}/tmp/imagsrc
imgdest=/Users/username/${ztl-test folder}/tmp/imgdest
comparable=true
granularity=5
leniency=1
openonce=1
### for parallel VM execution
connectionWaitPeriod=2000
connectionReducePeriod=100
##win
#mutexDir=c://
##mac
mutexDir=/Users/jameschu/zkworks/ztl-test/ztltest/tmp/
restartSleep=90000
maxTimeoutCount=3
### for remote web driver
ie9=http://10.1.3.24:4444/wd/hub,http://10.1.3.25:4444/wd/hub,http://10.1.3.26:4444/wd/hub;InternetExplorerDriver
ie10=http://10.1.3.27:4444/wd/hub,http://10.1.3.28:4444/wd/hub,http://10.1.3.29:4444/wd/hub;InternetExplorerDriver
ie11=http://10.1.3.30:4444/wd/hub,http://10.1.3.31:4444/wd/hub,http://10.1.3.32:4444/wd/hub;InternetExplorerDriver
edge=http://10.1.3.33:4444/wd/hub,http://10.1.3.34:4444/wd/hub;EdgeDriver
chrome=http://10.1.3.36:4444/wd/hub,http://10.1.3.37:4444/wd/hub;ChromeDriver
ff=http://10.1.3.38:4444/wd/hub,http://10.1.3.39:4444/wd/hub;FirefoxDriver
safari=http://10.1.3.233:4444/wd/hub,http://10.1.3.233:4444/wd/hub;SafariDriver
htmlunit=HtmlUnitDriver
#ie=InternetExplorerDriver
chrome=ChromeDriver
ff=FirefoxDriver
#android=http://10.1.3.244:4444/wd/hub;AndroidDriver
safari=SafariDriver
#zktheme=atlantic|silvertail|sapphire
all=chrome