forked from joomla-projects/custom-elements
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwct.conf.json
More file actions
45 lines (45 loc) · 1.03 KB
/
wct.conf.json
File metadata and controls
45 lines (45 loc) · 1.03 KB
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
{
"testTimeout":18000,
"verbose":"true",
"persistent":"false",
"skipCleanup":"true",
"compile":"never",
"plugins":{
"local":{
"browsers":[
"chrome",
"firefox"
]
},
"sauce":{
"disabled":true,
"browsers":[
{
"browserName":"safari",
"platform":"OS X 10.11",
"version":"latest"
},
{
"browserName":"MicrosoftEdge",
"platform":"Windows 10",
"version":"latest"
},
{
"browserName":"internet explorer",
"version":"11",
"platform":"Windows 8.1"
},
{
"browserName":"chrome",
"platform":"Windows 10",
"version":"latest"
},
{
"browserName":"firefox",
"platform":"Windows 10",
"version":"latest"
}
]
}
}
}