Skip to content

mssurya/WebDriverIO-JavaScriptCode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebdriverIO Mocha Framework

The project uses WebdriverIO and JavaScript. It includes examples of the PageObject pattern and some practical examples for different element actions

Requirements

Getting Started

Clone Repository

1. Fork this repository
2. git clone https://github.com/{USERNAME}/WebDriverIO-JavaScriptCode.git
3. Navigate to WebDriverIO-JavaScriptCode

Install the dependencies:

npm install

Run e2e tests:

npm run test

Generate/Open allure reporter

  • In the terminal, perform npm run report to open allure report port. Report will be opened in default browser

Key Features

- Allure Report
- Mocha framework
- Page Object Design pattern
- Test Data sourced from json file
- Environment set from commandline

Sample Report

image

About

WebDriverIO-JavaScriptCode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%