🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@e2y/bdd-dictionary-generator

Package Overview
Dependencies
Maintainers
0
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@e2y/bdd-dictionary-generator

This package generates a dictionary from our cucumber (or another) step definition collection.

1.0.7
latest
Source
npm
Version published
Maintainers
0
Created
Source

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-generator

Using yarn:

$ yarn add @e2y/bdd-dictionary-generator

Usage

$ bdd-dictionary-generator -p ./step-definitions -f markdown

By default, the module search for step files in the current directory and generates the dictionary in the same place in Markdown.

$ bdd-dictionary-generator

CLI Options

$ bdd-directory-generator --help

FAQs

Package last updated on 13 Mar 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts