use perl server and new testacular
authorDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 22 Jan 2013 23:27:05 +0000 (00:27 +0100)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 22 Jan 2013 23:27:05 +0000 (00:27 +0100)
config/testacular-e2e.conf.js

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