2014-07-06 17:37:54 +02:00
|
|
|
{
|
|
|
|
"framework": "qunit",
|
2015-04-02 12:56:55 +02:00
|
|
|
"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
|
|
|
}
|