Skip to content

call-a3/rollup-plugin-gherkin

Repository files navigation

rollup-plugin-gherkin

NPM Travis Codecov Greenkeeper badge David David Dev styled with prettier

Gherkin plugin for rollup

Installing

# npm
npm install -D rollup-plugin-gherkin

Usage

This plugin will parse Gherkin syntax into pickles and transform them into an importable ES6 modules. The default export will be an array of all pickles.

By default, this plugin will transform all .feature files (by defaulting to **/*.feature for the include option). However, you can use the include and exclude options as per usual with rollup plugins.

About

Rollup plugin to parse and compile gherkin files into pickles

Resources

License

Stars

Watchers

Forks

Packages

No packages published