2018-06-28 10:31:26 +00:00
|
|
|
{
|
|
|
|
|
"framework": "qunit",
|
|
|
|
|
"serve_files": [
|
|
|
|
|
"dist/fabric.js",
|
|
|
|
|
"test/lib/pixelmatch.js",
|
2018-09-16 14:39:54 +00:00
|
|
|
"test/lib/visualTestLoop.js",
|
2018-09-15 23:59:36 +00:00
|
|
|
"test/lib/visualCallbackQunit.js",
|
2018-06-28 10:31:26 +00:00
|
|
|
"test/visual/*.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:visual",
|
|
|
|
|
"protocol": "tap"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"timeout": 540,
|
|
|
|
|
"parallel": 4
|
|
|
|
|
}
|