Skip to content

AndrewKeig/wdio-cucumber-reporter

Repository files navigation

WDIO cucumber reporter

build status

A WebdriverIO plugin to report in cucumber style, WIP.

Installation

The easiest way is to keep wdio-cucumber-reporter as a devDependency in your package.json.

{
  "devDependencies": {
    "wdio-cucumber-reporter": "~0.0.x"
  }
}

You can simple do it by:

npm install wdio-cucumber-reporter --save-dev

Instructions on how to install WebdriverIO can be found here.

Configuration

Following code shows the default wdio test runner configuration. Just add 'cucumber' as reporter to the array.

// wdio.conf.js
module.exports = {
  // ...
  reporters: ['cucumber'],
  // ...
};

For more information on WebdriverIO see the homepage.

Testing

docker-compose run tests or npm install && npm run test

About

A WebdriverIO plugin. Report results in cucumber format.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published