0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-03 03:09:02 +02:00
synapse/webclient/test
2014-09-22 14:29:12 +01:00
..
e2e Added boilerplate for running end-to-end tests.\nThis is done using Protractor, which looks for a .gitignored file environment-protractor.js which contains the selenium endpoint url. 2014-09-22 14:29:12 +01:00
unit Added boilerplate for running end-to-end tests.\nThis is done using Protractor, which looks for a .gitignored file environment-protractor.js which contains the selenium endpoint url. 2014-09-22 14:29:12 +01:00
karma.conf.js Added test directory, karma conf, and angular-mocks. Expect it to work? Pah, not yet. 2014-09-18 17:59:15 +01:00
protractor.conf.js Added boilerplate for running end-to-end tests.\nThis is done using Protractor, which looks for a .gitignored file environment-protractor.js which contains the selenium endpoint url. 2014-09-22 14:29:12 +01:00
README Added boilerplate for running end-to-end tests.\nThis is done using Protractor, which looks for a .gitignored file environment-protractor.js which contains the selenium endpoint url. 2014-09-22 14:29:12 +01:00

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

Running e2e tests:
  protractor protractor.conf.js