middleman/middleman-core/fixtures/ember-cli-app/test-app/testem.json

7 lines
139 B
JSON
Raw Normal View History

2014-07-11 23:24:22 +02:00
{
"framework": "qunit",
"test_page": "tests/index.html",
"launch_in_ci": ["PhantomJS"],
"launch_in_dev": ["PhantomJS", "Chrome"]
}