- This is WebdriverIO-v6 (Node.js/JavaScript)
- Using the Cucumber (v 6.x.x) BDD framework
- Made API calls using Node.js
- Provides utilities to read data from json
- It generate Cucumber html report and JSON reports
- This project is tested on Node v12.16.1
- Install JDK 1.8+ and make sure class path is set properly
- Clone the directory and run
npm install
npm run test
To run feature file using tag
wdio wdio.conf.js --suite sample
- Tags Usage
- Page Object Model
- JSON Reports
- Cucumber Html Reports
- API Calls