Ghost/ghost/admin/testem.json

12 lines
170 B
JSON
Raw Normal View History

2015-02-13 07:22:32 +03:00
{
"framework": "qunit",
"test_page": "tests/index.html?hidepassed",
"launch_in_ci": [
"PhantomJS"
],
"launch_in_dev": [
"PhantomJS",
"Chrome"
]
}