my-label-input directive
[angular-drzb] / config / testacular-e2e.conf.js
index 7ba2780..554bc1b 100644 (file)
@@ -13,6 +13,10 @@ browsers = ['Chrome'];
 singleRun = true;
 
 proxies = {
-  '/': 'http://localhost:8000/'
+  '/': 'http://10.60.0.92:3001/'
 };
 
+junitReporter = {
+  outputFile: 'test_out/e2e.xml',
+  suite: 'e2e'
+};