@espekkaya/wdio-cucumber-reporter

1.0.2 • Public • Published

WDIO Cucumber Reporter Plugin

This wdio plugin was created based on this.

A WebdriverIO plugin to report in cucumber style.

It was tested on Webdriverio v6 and v7.

Installation

Firstly install in your devdependency

npm install @espekkaya/wdio-cucumber-reporter --save-dev

Configuration

Your wdio.conf.js file should look like this:

import CucumberReporter from '@espekkaya/wdio-cucumber-reporter';

exports.config = {
    // ...
    reporters: [
        CucumberReporter
    ],
    // ...
};

For more information on WebdriverIO see the homepage.

Package Sidebar

Install

npm i @espekkaya/wdio-cucumber-reporter

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

5.19 kB

Total Files

6

Last publish

Collaborators

  • enespekkaya