generator-cucumber-defs
v1.0.4
Published
Generate Cucumber step definitions in JavaScript
Downloads
32
Maintainers
Readme
Cucumber JS Step Definitions Generator
This tool transforms your undefined .feature
files into JavaScript step
definitions – because life is too short to copypasta them all the time.
Unlike other generators, this tool uses cucumber-js features directly to parse and transform the gherkin syntax.
Quick Start
npm i -g yo
Install yeomannpm i -g generator-cucumber-defs
Install this generatoryo cucumber-defs
Run this generator, it'll guide you through the rest.