Socket
Socket
Sign inDemoInstall

wdio-cucumber-missing-steps-reporter

Package Overview
Dependencies
3
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    wdio-cucumber-missing-steps-reporter

Reports missing cucumber steps in wdio


Version published
Weekly downloads
23
decreased by-20.69%
Maintainers
1
Install size
1.89 MB
Created
Weekly downloads
 

Readme

Source

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.

Keywords

FAQs

Last updated on 15 Jul 2018

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc