This boilerplate project has all basic setup you need to start developing your test framework for UI automation based on modern JavaScript / WebdriverIO / Mocha / Page Object Model.
- Install
JDK - Install
Node.js - Execute
npm install
To execute tests: npm test, to generate a report: npm run report.