Monitoring App
Before you get started, make sure you install: node.js
npm install -g cordova ionic ionic plugin add --save cordova-sqlite-storage ionic plugin add --save cordova-plugin-network-information
npm install -g karma-cli npm install -g protractor webdriver-manager update
After downloading the project run the following command to install app dependencies:
npm install
To run the project in a browser, use the following command:
ionic serve
To run unit tests, navigate to the project folder in your terminal, and use the command:
npm test
To run e2e testing you must navigate to the project folder in your terminal and have the app running by the command 'ionic serve'. Then you need to run the following command:
protractor e2e/e2e.conf.js