decide.nolog.cz/testem.json
2014-10-30 21:44:22 +01:00

11 lines
159 B
JSON

{
"framework": "qunit",
"test_page": "tests/index.html",
"launch_in_ci": [
"PhantomJS"
],
"launch_in_dev": [
"PhantomJS",
"Chrome"
]
}