e2e test scenario
[angular-drzb] / config / testacular-e2e.conf.js
index 51f51d2..9b95552 100644 (file)
@@ -1,9 +1,10 @@
 basePath = '../';
 
 files = [
-  ANGULAR_SCENARIO,
-  ANGULAR_SCENARIO_ADAPTER,
-  'test/e2e/**/*.js'
+  JASMINE,
+  JASMINE_ADAPTER,
+  'test/lib/angular/angular-scenario.js',
+  'test/e2e/*.js'
 ];
 
 autoWatch = false;
@@ -13,7 +14,7 @@ browsers = ['Chrome'];
 singleRun = true;
 
 proxies = {
-  '/': 'http://localhost:8000/'
+  '/': 'http://localhost:3001/'
 };
 
 junitReporter = {