/cukeup-2014-js-workshop

CukeUp! London 2014 - Matt & Julien Cucumber.js workshop

Primary LanguageJavaScript

Cucumber.js workshop - CukeUp 2014

Requirements

Setup

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

Run the tests

$ npm test

On windows, please call the following instead:

$ npm run-script test-win