Gathering detailed insights and metrics for @jambit/wdio-cucumber-selected-steps-stepdoc
Gathering detailed insights and metrics for @jambit/wdio-cucumber-selected-steps-stepdoc
Gathering detailed insights and metrics for @jambit/wdio-cucumber-selected-steps-stepdoc
Gathering detailed insights and metrics for @jambit/wdio-cucumber-selected-steps-stepdoc
Common steps for writing cucumber feature files with webdriver.io
npm install @jambit/wdio-cucumber-selected-steps-stepdoc
Typescript
Module System
Node Version
NPM Version
TypeScript (91.19%)
JavaScript (8.81%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
13 Stars
66 Commits
4 Watchers
14 Branches
1 Contributors
Updated on Dec 28, 2021
Latest Version
2.4.0
Package Id
@jambit/wdio-cucumber-selected-steps-stepdoc@2.4.0
Unpacked Size
12.24 kB
Size
4.70 kB
File Count
6
NPM Version
lerna/4.0.0/node@v14.16.1+x64 (linux)
Node Version
14.16.1
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
This is a tool used to generate markdown documentation for the steps included in the @jambit/wdio-cucumber-selected-steps
project.
It can be used to generate documentation for your custom steps as well.
Since this project uses the nunjucks template language, you can generate documentation in HTML or something completely different if you supply template files.
This documentation generator expects a couple of things to work properly:
I.e. the same conditions as in the @jambit/wdio-cucumber-selected-steps
project.
For example:
1defineTypedStep( 2 /^I enter "([^"]*)" into the prompt$/, 3 [ 4 paramType.string, 5 ], 6 setPromptText, 7);
All you need to to:
npm i -D @jambit/wdio-cucumber-selected-steps-stepdoc
stepdoc.json
file next to your package.json (see https://github.com/jambit/wdio-cucumber-selected-steps-demo/ for an example)npx stepdoc
(or create a script in the package.json)This project contains two different markdown templates.. a short one and a detailed one.
If you want to write your own, take a look at the ones included and use the src/templateTypes.ts file to see what data is available (TemplateData
contains the globally available objects).
Check out the Nunjucks templating documentation as well.
You might encounter that there are some limitations where this tool has been tailored to work for the @jambit/wdio-cucumber-selected-steps
project.
In that respect there are still possibilities to improve this project and make it more generic. Feel free to create a pull request or open an issue if you encounter issues.
Licensed under MIT
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/24 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
51 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More