1.0.2 • Published 5 years ago

wdio-html-advanced-reporter v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

wdio-html-advanced-reporter

Customized wdio html report with graphical representation, toggle views, scenario/steps breakdown details, real time testdata log and so many advanced features A reporter for webdriver.io which generates a HTML report. Based off the excellent wdio-spec-reporter

Installation

The easiest way is to keep the wdio-html-advanced-reporter as a devDependency in your package.json:

{
  "devDependencies": {
    "wdio-html-advanced-reporter": "~1.0.2"
  }
}

Or, you can simply do it with:

npm install wdio-html-advanced-reporter --save-dev

Report Screenshot