summaryrefslogtreecommitdiffstats
path: root/js/config/protractor.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/config/protractor.js')
-rw-r--r--js/config/protractor.js13
1 files changed, 13 insertions, 0 deletions
diff --git a/js/config/protractor.js b/js/config/protractor.js
new file mode 100644
index 000000000..759dcef6e
--- /dev/null
+++ b/js/config/protractor.js
@@ -0,0 +1,13 @@
+/**
+ * ownCloud - News
+ *
+ * This file is licensed under the Affero General Public License version 3 or
+ * later. See the COPYING file.
+ *
+ * @author Bernhard Posselt <dev@bernhard-posselt.com>
+ * @copyright Bernhard Posselt 2012, 2014
+ */
+exports.config = {
+ seleniumAddress: 'http://localhost:4444/wd/hub',
+ specs: ['../tests/e2e/**/*.js']
+} \ No newline at end of file