Skip to content

Vinay08sharma/WebdriverIO-E2E

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebDriverIO End to End Framework

Hello, Created an end to end webdriverIO framework with support to Browserstack , Jenkins & allure - report

Pre-requiste

Below tools need to be installed on your system

  • NodeJs
  • chrome
  • firefox

To start with

To install all the dependencies

  npm i

To run the spec file

  npm run test

To open allure report

  npm run allure-report

To run your test on browserstack

Note: Copy username and accesskey from the Browserstack account

  BROWSERSTACK_USERNAME=<username> BROWSERSTACK_ACCESS_KEY=<accessKey> npm run test

Tech Stack

Typescript, Mocha

Author