UNPKG

619 BJSONView Raw
1{
2 "framework": "qunit",
3 "serve_files": [
4 "dist/fabric.js",
5 "test/unit/*.js"
6 ],
7 "routes": {
8 "/fixtures": "test/fixtures"
9 },
10 "test_page": "tests.mustache?hidepassed&hideskipped&timeout=60000",
11 "browser_args": {
12 "Chrome": [ "--headless", "--disable-gpu", "--remote-debugging-port=9222" ],
13 "Firefox": [ "--headless" ]
14 },
15 "launch_in_dev": [
16 "Chrome",
17 "Node",
18 "Firefox"
19 ],
20 "launch_in_ci": [
21 "Chrome",
22 "Node",
23 "Firefox"
24 ],
25 "launchers": {
26 "Node": {
27 "command": "npm run test",
28 "protocol": "tap"
29 }
30 },
31 "timeout": 540,
32 "parallel": 4
33}