Even I've mentioned Chrome in testem.json
as the following, nothing happens:
{
"framework": "qunit",
"test_page": "tests/index.html?hidepassed",
"disable_watching": true,
"launch_in_ci": [
"PhantomJS"
],
"launch_in_dev": [
"PhantomJS",
"Chrome"
]
}
If only "Chrome" is written, console displays "Waiting for runners..." messsage and hangs.
package.json
, bower.json
and testem.json
are all the same with my other projects, and all others are all running on Chrome.