wdio-html-reporter
v1.0.2
Published
WebdriverIO HTML reporter
Downloads
2,977
Maintainers
Readme
WebdriverIO HTML Reporter
Installation
npm install --save wdio-html-reporter
Usage
In your wdio.conf.js
:
{
reporters: ['html'],
reporterOptions: {
html: {
outFile: '/path/to/file.html'
}
}
}