- NodeJs
- Node Package Manager
npm install npm -g
- Gulp
npm install --global gulp-cli
- Bower
npm install --global bower
git clone https://github.com/pulse-admin/portal.git
$ cd portal
$ npm install
$ bower install
nano config/local.json
- Run the server with
gulp serve
- Server will default to https://localhost:3000
- Run the tests with
gulp test:auto
- Or run both with
gulp live
Protractor e2etests are run with gulp protractor
Login, and hence everything, including e2e tests, depends on the SAML Service Provider application running. The default configuration expects it to be running on http://localhost:8080