mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-03-17 06:20:24 +00:00
33 lines
619 B
JSON
33 lines
619 B
JSON
{
|
|
"framework": "qunit",
|
|
"serve_files": [
|
|
"dist/fabric.js",
|
|
"test/unit/*.js"
|
|
],
|
|
"routes": {
|
|
"/fixtures": "test/fixtures"
|
|
},
|
|
"test_page": "tests.mustache?hidepassed&hideskipped&timeout=60000",
|
|
"browser_args": {
|
|
"Chrome": [ "--headless", "--disable-gpu", "--remote-debugging-port=9222" ],
|
|
"Firefox": [ "--headless" ]
|
|
},
|
|
"launch_in_dev": [
|
|
"Chrome",
|
|
"Node",
|
|
"Firefox"
|
|
],
|
|
"launch_in_ci": [
|
|
"Chrome",
|
|
"Node",
|
|
"Firefox"
|
|
],
|
|
"launchers": {
|
|
"Node": {
|
|
"command": "npm run test",
|
|
"protocol": "tap"
|
|
}
|
|
},
|
|
"timeout": 540,
|
|
"parallel": 4
|
|
}
|