Skip to content

popescunsergiu/WDIO_PageObjects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WDIO_PageObjects

Advanced concepts on WebdriverIO Page Objects pattern

Page Objects pattern advanced concepts project

Setup environment

Install node

NodeJS download page: https://nodejs.org/en/download/current/

Setup local test environment

Clone project

Install dependencies

  • npm install

Run automated tests

Run tests on local dev env

Test prerequisites

  • ./node_modules/.bin/selenium-standalone install
  • ./node_modules/.bin/selenium-standalone start

Run test

  • ./node_modules/.bin/wdio wdio.conf.base.js

About

Advanced concepts on WebdriverIO Page Objects pattern

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published