1.0.0 • Published 7 years ago
rollup-plugin-gherkin v1.0.0
rollup-plugin-gherkin
Installing
# npm
npm install -D rollup-plugin-gherkinUsage
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.
1.0.0
7 years ago