1.0.7 • Published 8 months ago
@e2y/bdd-dictionary-generator v1.0.7
bdd-dictionary-generator
The bdd-dictionary-generator is a utility to aid the in the discoverability of cucumber step definitions.
It is a lightweight module that creates a Markdown report of the step definitions found in the given directory.
Installing
Using npm:
$ npm install @e2y/bdd-dictionary-generatorUsing yarn:
$ yarn add @e2y/bdd-dictionary-generatorUsage
$ bdd-dictionary-generator -p ./step-definitions -f markdownBy default, the module search for step files in the current directory and generates the dictionary in the same place in Markdown.
$ bdd-dictionary-generatorCLI Options
$ bdd-directory-generator --help