POC based on nightwatch-boilerplate. This demo app is POC for file upload in nightwatch.
Preinstall:
- npm install -g protractor
- npm install -g bower
$ git clone https://github.com/yuristsepaniuk/protractor-fullstack.git
$ cd example
$ npm install
$ bower install
$ grunt server
$ open one more terminal
$ git clone https://github.com/yuristsepaniuk/nightwatch-boilerplate.git
$ npm install
$ npm test