summary refs log tree commit diff
path: root/webclient
diff options
context:
space:
mode:
authorKegan Dougal <kegan@matrix.org>2014-09-22 14:36:06 +0100
committerKegan Dougal <kegan@matrix.org>2014-09-22 14:36:06 +0100
commit7dfcba164998bf01c5673b244654c082abbe37ba (patch)
treec7971d38ba4c539a2086e8d75531f3c0a6f53141 /webclient
parentAdded boilerplate for running end-to-end tests.\nThis is done using Protracto... (diff)
downloadsynapse-7dfcba164998bf01c5673b244654c082abbe37ba.tar.xz
Updated test README to include a section on environment-protractor.js
The environment file is .gitignored so random selenium servers aren't accidentally pushed.
Diffstat (limited to 'webclient')
-rw-r--r--webclient/test/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/webclient/test/README b/webclient/test/README
index 1813883196..088181afc0 100644
--- a/webclient/test/README
+++ b/webclient/test/README
@@ -8,11 +8,17 @@ Setting up continuous integration / run the unit tests (make sure you're in
 this directory so it can find the config file):
   karma start
 
+
 Setting up e2e tests (only if you don't have a selenium server to run the tests
 on. If you do, edit the config to point to that url):
+
   webdriver-manager update
   webdriver-manager start
 
+  Create a file "environment-protractor.js" in this directory and type:
+    var seleniumAddress = 'http://localhost:4444/wd/hub';
+
+
 Running e2e tests:
   protractor protractor.conf.js