Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 505 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 505 Bytes

Yeoman Generator for Cucumber.js

Generator bootstraps base structure for running cucumber tests.

Installation

Install generator globally

$ npm install -g generator-cucumber

Install dependency for running your tests

$ npm install zombie cucumber

Usage

$ yo cucumber
$ cucumber.js features/sample.feature -f pretty

Bitdeli Badge