0.1.1 • Published 10 years ago
hello-directive v0.1.1
Sample repo for a Angular 1 Webpack Build. Typescript & Tests setup
Installing
npm install installs dependencies
npm install protractor -g installs protractor for e2e testing
webdriver-manager update --ignore_ssl we need to ignore SSL for the proxy server
npm start runs the server
npm test runs the test via karma
Debugging protractor
in your test set
jasmine.DEFAULT_TIMEOUT_INTERVAL = 1000000