diff options
author | Mark Haines <mark.haines@matrix.org> | 2014-11-17 12:55:24 +0000 |
---|---|---|
committer | Mark Haines <mark.haines@matrix.org> | 2014-11-17 12:55:24 +0000 |
commit | 5d273a0c76e12e3125dbf06a8f0caa03de01d4a9 (patch) | |
tree | c968f7c7586778b3e7b3053b9c07b4336ba727e8 /syweb/webclient/test/README | |
parent | SYWEB-152: Remove room join logic from RoomController and put it in eventHand... (diff) | |
download | synapse-5d273a0c76e12e3125dbf06a8f0caa03de01d4a9.tar.xz |
Remove syweb directory. pull in syweb as a dependency from github
Diffstat (limited to '')
-rw-r--r-- | syweb/webclient/test/README | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/syweb/webclient/test/README b/syweb/webclient/test/README deleted file mode 100644 index e7ed4eaa87..0000000000 --- a/syweb/webclient/test/README +++ /dev/null @@ -1,51 +0,0 @@ -Testing is done using Karma. - - -UNIT TESTING -============ - -Requires the following: - - npm/nodejs - - phantomjs - -Requires the following node packages: - - npm install jasmine - - npm install karma - - npm install karma-jasmine - - npm install karma-phantomjs-launcher - - npm install karma-junit-reporter - -Make sure you're in this directory so it can find the config file and run: - karma start - -You should see all the tests pass. - - -E2E TESTING -=========== - -npm install protractor - - -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: - module.exports = { - seleniumAddress: 'http://localhost:4444/wd/hub', - baseUrl: "http://localhost:8008", - username: "YOUR_TEST_USERNAME", - password: "YOUR_TEST_PASSWORD" - } - -Running e2e tests: - protractor protractor.conf.js - -NOTE: This will create a public room on the target home server. - - - - |