Skip to content

Simple implementation of page object model using WebdriverIO, mocha(test runner) and chai assertion library.

Notifications You must be signed in to change notification settings

kpritam/WebdriverIO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebdriverIO

Simple implementation of page object model using WebdriverIO mocha chai

Prerequisites :

  • Nodejs
  • WebdriverIO
   npm install webdriverio
  • Mocha
   npm install mocha
  • Chai
   npm install chai

How to run :

   ./node_modules/.bin/wdio wdio.conf.js

About

Simple implementation of page object model using WebdriverIO, mocha(test runner) and chai assertion library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published