2015-02-12 21:22:32 -07:00
|
|
|
{
|
|
|
|
"framework": "qunit",
|
|
|
|
"test_page": "tests/index.html?hidepassed",
|
2015-09-03 11:03:45 +01:00
|
|
|
"disable_watching": true,
|
2015-02-12 21:22:32 -07:00
|
|
|
"launch_in_ci": [
|
|
|
|
"PhantomJS"
|
|
|
|
],
|
|
|
|
"launch_in_dev": [
|
|
|
|
"PhantomJS",
|
|
|
|
"Chrome"
|
|
|
|
]
|
|
|
|
}
|