Ghost/ghost/admin/testem.json

14 lines
208 B
JSON
Raw Normal View History

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