decide.nolog.cz/testem.json
2015-07-02 15:54:09 +02:00

18 lines
311 B
JSON

{
"framework": "qunit",
"test_page": "tests/index.html?hidepassed",
"disable_watching": true,
"launch_in_ci": [
"PhantomJS"
],
"launch_in_dev": [
"PhantomJS",
"Chrome"
],
"proxies": {
"/": {
"target": "http://localhost:4200",
"onlyContentTypes": ["json"]
}
}
}