WDIO Slick Reporter
A slick WebdriverIO reporter intended for local development.
Installation
1
| npm install --save-dev wdio-slick-reporter
|
Instructions on how to install WebdriverIO can be found here.
Configuration
Add the reporter to your reporter list and set logLevel
to silent
in your wdio.conf.js file:
1 2 3 4 5 6
| exports.config = { reporters: ['slick'], logLevel: 'silent', }
|
Links