- Node.js 0.10.26 or above
- Chrome browser
First you'll need to clone the project:
$ git clone https://github.com/cucumber-ltd/cukeup-2014-js-workshop
$ cd cukeup-2014-js-workshop
Then install the project dependencies with NPM:
$ npm install
$ npm test
On windows, please call the following instead:
$ npm run-script test-win