Skip to content

logesh14/test-automation

Repository files navigation

Web application automation using webdriverio and mocha.

This repo describes basic samples and working of webdriverio. These tests are developed in TypeScript with WebDriverIO V7 and Mocha

Requirements

Getting Started

Install the dependencies:

npm install

Compile TypeScript:

npm run build

Run all tests:

npm run tests:all

Run 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:generate

Open alure tests:

npm run report:open

About

Sample code on web automation using webdriver,mocha,allure and typescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors