- Install global dependencies:
npm install -g browserify gulp bower testem protractor
- Install local npm dependencies:
npm install
- Install local bower dependencies:
gulp bowerInstall
- Install Protractor specific webdrivers:
webdriver-manager update
- Build project into dist directory:
gulp build
- Run application on local webserver plus watch for changes:
gulp watch
- Run unit tests:
testem
- Run end-to-end tests:
gulp protractor
(gulp watch
must be running in as another process i.e. in another console window).
Project setup for: angular, gulp, bower, testem and protractor
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment