Skip to content

shkaper/wdio-spec-reporter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WDIO step-by-step reporter

A WebdriverIO plugin to report in step-by-step style.

Installation

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

{
  "devDependencies": {
    "step-by-step-reporter": "https://github.com/shkaper/wdio-spec-reporter.git#master"
  }
}

Instructions on how to install WebdriverIO can be found here.

Configuration

To use this reporter, require it in your wdio.conf.js and add to reporters array:

// wdio.conf.js
const StepByStepReporter = require('step-by-step-reporter')

module.exports = {
  // ...
  reporters: [StepByStepReporter],
  // ...
};

For more information on WebdriverIO see the homepage.

About

A WebdriverIO plugin. Reporter that creates 'spec'-style reports

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%