-
Notifications
You must be signed in to change notification settings - Fork 0
/
eugrid.json
executable file
·102 lines (99 loc) · 2.35 KB
/
eugrid.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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"templates" :
[
{
"name" : "linux",
"request":
{
"capabilities":
[
{
"browserName": "firefox",
"version": "3.6",
"maxInstances": 5,
"firefox_binary":"/home/euqe/firefox3.6/firefox"
},
{
"browserName": "firefox",
"version": "4.0",
"maxInstances": 5,
"firefox_binary":"/home/euqe/firefox4.0/firefox"
},
{
"browserName": "firefox",
"version": "5.0",
"maxInstances": 5,
"firefox_binary":"/home/euqe/firefox5.0/firefox"
},
{
"browserName": "chrome",
"maxInstances": 5,
"version": "13",
}
],
"configuration":
{
"proxy": "com.ebay.spine.LinuxWebDriverVNCProxy",
"maxSession": 5,
"maxTestBeforeClean": 50,
"cleanSnapshot":"ok",
"cleanUpCycle": 15000,
"timeout": 30000,
"seleniumPath": "/home/euqe/share/file/selenium-server-standalone-2.4.0.jar",
"webdriver.chrome.driver": "/home/euqe/share/file/chromedriver",
"sshUser": "****",
"sshPAssword": "****",
"vncPass":"****",
"maxDisplay": 5,
}
}
},
{
"name":"win7",
"request":
{
"capabilities":
[
{
"browserName": "firefox",
"version": "3.6",
"maxInstances": 5,
"firefox_binary":"C:\\Program Files (x86)\\Mozilla Firefox\\firefox.exe",
"platform":"WINDOWS",
},
{
"browserName": "firefox",
"version": "4.0",
"maxInstances": 5,
"firefox_binary":"C:\\Program Files (x86)\\Mozilla Firefox4\\firefox.exe",
"platform":"WINDOWS",
},
{
"browserName": "chrome",
"maxInstances": 5,
"version": "15",
"platform":"WINDOWS",
},
{
"browserName": "internet explorer",
"maxInstances": 1,
"version": "8.0",
"platform":"WINDOWS",
}
],
"configuration":
{
"proxy": "com.ebay.spine.WindowsWebDriverVNCProxy",
"maxSession": 5,
"maxTestBeforeClean": 50,
"cleanSnapshot":"ok",
"cleanUpCycle": 15000,
"timeout": 30000,
"seleniumPath": "Z:\\file\\selenium-server-standalone-2.4.0.jar",
"webdriver.chrome.driver": "Z:\\file\\chromedriver.exe",
"vncPass":"****",
}
}
}
]
}