aboutsummaryrefslogtreecommitdiffstats
path: root/testacular-e2e.conf.js
diff options
context:
space:
mode:
Diffstat (limited to 'testacular-e2e.conf.js')
-rw-r--r--testacular-e2e.conf.js13
1 files changed, 13 insertions, 0 deletions
diff --git a/testacular-e2e.conf.js b/testacular-e2e.conf.js
new file mode 100644
index 00000000..149ee970
--- /dev/null
+++ b/testacular-e2e.conf.js
@@ -0,0 +1,13 @@
+var angularFiles = require(__dirname + '/angularFiles.js');
+
+files = [ANGULAR_SCENARIO, ANGULAR_SCENARIO_ADAPTER, 'build/docs/docs-scenario.js'];
+
+autoWatch = false;
+singleRun = true;
+logLevel = LOG_INFO;
+logColors = true;
+browsers = ['Chrome']
+
+proxies = {
+ '/': 'http://localhost:8000/build/docs/'
+};