mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-02-10 12:48:32 -05:00
![Kegan Dougal](/assets/img/avatar_default.png)
The environment file is .gitignored so random selenium servers aren't accidentally pushed.
Requires: - nodejs/npm - npm install karma - npm install jasmine - npm install protractor (e2e testing) 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