protractor-cucumber-example

Small example of how to use protractor with cucumber for angular application testing.

MIT License

Stars
37

Requirements

Node

  • NodeJS
  • NPM
  • Bower (presumed global install)
  • Grunt (presumed global install)

Ruby

  • Bundler to install SASS

Setup

  • install node packages npm install
  • install compass gem for SASS support bundle
  • download bower frameworks bower install

Run

  • to run cucumber tests using headless phantomjs browser grunt e2e