gherk-it-off
v0.0.2
Published
Convert gherkin features to jest tests or a json file.
Downloads
2
Maintainers
Readme
Gherk it off
Convert a gherkin feature into a JEST Test.
Installation
npm install --save-dev gherk-it-off
Usage
Add a new npm script and execute the following command.
gherk-it-off --src ./**/*.feature --out ./dist/jest --converter jest
Options:
--src
glob to define feature files to convert--out
output directory--converter
define a converter to use -jest
orjson