decide.nolog.cz/testem.json

19 lines
311 B
JSON
Raw Normal View History

2014-07-06 17:37:54 +02:00
{
"framework": "qunit",
"test_page": "tests/index.html?hidepassed",
2015-07-02 15:54:09 +02:00
"disable_watching": true,
2014-10-30 21:44:22 +01:00
"launch_in_ci": [
"PhantomJS"
2014-07-06 17:37:54 +02:00
],
2014-10-30 21:44:22 +01:00
"launch_in_dev": [
"PhantomJS",
"Chrome"
2015-04-04 01:13:27 +02:00
],
"proxies": {
"/": {
"target": "http://localhost:4200",
"onlyContentTypes": ["json"]
}
}
2014-07-06 17:37:54 +02:00
}