my-label-input directive
[angular-drzb] / config / testacular-e2e.conf.js
index a9d2cc3..554bc1b 100644 (file)
@@ -3,7 +3,7 @@ basePath = '../';
 files = [
   ANGULAR_SCENARIO,
   ANGULAR_SCENARIO_ADAPTER,
-  'test/e2e/scenarios.js'
+  'test/e2e/**/*.js'
 ];
 
 autoWatch = false;
@@ -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'
+};