forked from predixdesignsystem/px-vis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwct.conf.json
68 lines (68 loc) · 1.87 KB
/
wct.conf.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
{
"verbose": false,
"plugins": {
"local": {
"browsers": [
"chrome"
]
},
"sauce": {
"disabled": true,
"browsers": [
{
"browserName": "microsoftedge",
"platform": "Windows 10",
"version": ""
},
{
"browserName": "internet explorer",
"platform": "Windows 8.1",
"version": "11"
},
{
"browserName": "safari",
"platform": "OS X 10.11",
"version": "9"
},
{
"browserName": "safari",
"platform": "OS X 10.11",
"version": "10"
},
{
"browserName": "firefox",
"platform": "OS X 10.11"
}
]
}
},
"suites": [
"test/px-vis-svg-fixture.html",
"test/px-vis-canvas-fixture.html",
"test/px-vis-svg-canvas-fixture.html",
"test/px-vis-scale-fixture.html",
"test/px-vis-multi-scale-fixture.html",
"test/px-vis-radial-scale-fixture.html",
"test/px-vis-register-fixture.html",
"test/px-vis-line-svg-fixture.html",
"test/px-vis-line-canvas-fixture.html",
"test/px-vis-scatter-fixture.html",
"test/px-vis-event-fixture.html",
"test/px-vis-threshold-fixture.html",
"test/px-vis-axis-fixture.html",
"test/px-vis-multi-axis-fixture.html",
"test/px-vis-gridlines-fixture.html",
"test/px-vis-radial-gridlines-fixture.html",
"test/px-vis-radar-grid-fixture.html",
"test/px-vis-clip-path-fixture.html",
"test/px-vis-clip-path-complex-area-fixture.html",
"test/px-vis-interaction-space-fixture.html",
"test/px-vis-zoom-fixture.html",
"test/px-vis-cursor-fixture.html",
"test/px-vis-brush-fixture.html",
"test/px-vis-axis-brush-fixture.html",
"test/px-vis-pie-fixture.html",
"test/px-vis-dynamic-menu-fixture.html",
"test/px-vis-data-converter-fixture.html"
]
}