Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alextiley/wdio-cucumber-missing-steps-reporter
Reports missing cucumber steps in wdio
https://github.com/alextiley/wdio-cucumber-missing-steps-reporter
cucumber wdio wdio-cucumber-steps webdriverio
Last synced: about 1 month ago
JSON representation
Reports missing cucumber steps in wdio
- Host: GitHub
- URL: https://github.com/alextiley/wdio-cucumber-missing-steps-reporter
- Owner: alextiley
- Created: 2018-07-14T21:01:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-15T10:07:54.000Z (over 6 years ago)
- Last Synced: 2024-12-06T21:42:53.585Z (about 2 months ago)
- Topics: cucumber, wdio, wdio-cucumber-steps, webdriverio
- Language: JavaScript
- Size: 42 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wdio-cucumber-missing-steps-reporter
Reports missing cucumber steps when running the wdio test runner## Usage ##
1. To install, run `yarn add wdio-cucumber-missing-steps-reporter` or `npm install wdio-cucumber-missing-steps-reporter`
2. Add `cucumber-missing-steps` to the list of reporters in `wdio.conf.js` (see below).
3. Run your tests#### wdio.conf.js
```
...
reporters: ['dot', 'cucumber-missing-steps'],
...
```## Bug reporting ##
Feel free to raise a pull request, or throw me a ticket via the issues section.