This repo describes basic samples and working of webdriverio. These tests are developed in TypeScript with WebDriverIO V7 and Mocha
- node >= 14.x.x - how to install Node
- npm >= 6.14.x - how to install NPM
Install the dependencies:
npm installCompile TypeScript:
npm run buildRun all tests:
npm run tests:allRun volvo module mocha tests:
npm run tests:volvo-mocha
Run webio module mocha tests:
npm run tests:webio-mocha
Run alure tests:
npm run report:generateOpen alure tests:
npm run report:open