1.1.3 • Published 6 years ago

wdio-cucumber-missing-steps-reporter v1.1.3

Weekly downloads
20
License
MIT
Repository
github
Last release
6 years ago

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.

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago