-
Notifications
You must be signed in to change notification settings - Fork 40
Testing
jason humphrey edited this page Dec 31, 2016
·
6 revisions
# Make sure you haves a selenium sever on
# https://www.npmjs.com/package/selenium-standalone
npm testnpm install -g nightwatch
nightwatch
# or
npm run e2enpm install -g karma
karma start tests/unit/karma.test.js
# or
npm run karmanpm install -g mocha
mocha tests/unit/mocha.test.js
# or
npm run mochanpm install -g standard
standard
# or
npm run standardEasiest way to start testing your whole system
npm run cli
# select - Install Selenium Server
# once installed - Start Selenium Server
npm testNote you must have mongodb running and if you dont then
npm run cli
# the select - Install MongoDB
# in a new window or tab select - Start MongodCopyright © Green Pioneer Solutions, LLC 2014 -2017
