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 | exports.config = { |
Links
- Read more at GitHub