1.1.3 • Published 7 years ago
wdio-cucumber-missing-steps-reporter v1.1.3
wdio-cucumber-missing-steps-reporter
Reports missing cucumber steps when running the wdio test runner
Usage
- To install, run
yarn add wdio-cucumber-missing-steps-reporterornpm install wdio-cucumber-missing-steps-reporter - Add
cucumber-missing-stepsto the list of reporters inwdio.conf.js(see below). - 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.