A Modern Test Reporter
Processes the data collected from the test execution and then generates a modern Dashboard.
WebdriverIO is a Next-gen browser and mobile automation test framework for Node.js
- Install Packages:
npm install wdio-handshake-reporter
- Install Dashboard:
npm install handshake
- Once done you can configure the reporter in your configuration.
below are the things I would like to implement sooner or later.
- Add support for
webdriverio
- Add Reporter for
jest
- Work on documentation
- Support for
mocha
- Listen to
cypress
results - Add Support for
playwright