Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 559 Bytes

File metadata and controls

32 lines (24 loc) · 559 Bytes

web-client-angular

Web client with AngularJS

Project configuration

Pre-requisites: NodeJS, Yeoman, Bower, Grunt

Install npm packages

In project root: npm install

Install bower components

In project root: bower install

Install Selenium Webdriver

In project root: ./node_modules/protractor/bin/webdriver-manager update

Tests

Run all tests: grunt test

Run unit tests: grunt test-unit

Run unit tests: grunt test-e2e