mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-28 06:53:59 +00:00
* adding visual tests * working setup * test travis setup * unbuilt * maybe we do not need this * maybe this * maybe we do not need this
33 lines
624 B
JSON
33 lines
624 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:node",
|
|
"protocol": "tap"
|
|
}
|
|
},
|
|
"timeout": 540,
|
|
"parallel": 4
|
|
}
|