hello-directive
v0.1.1
Published
Sample webpack bulid to distribute angular directives in a modular fashion
Downloads
2
Readme
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