Implemented POM with multiple reporters, Assertions and Cucumber Setup
- npm
- Devices or Andriod Studio
- run
npn i
to setup all the required packages frompackage.json
- Supports multiple reports for cucumber setup.
- Handled Assertions using
mocha
. - Supports Cucumber Feature file execution.
To run the code use:
- Configurations w.r.t framework is stored under
wdio.conf.js
file which is mapped usingpackage.json
file for execution. npm run wdio
To Generate Allure Reports:
npm run allure
For Better Understanding visit webdriver.io offical website