Skip to content

ggiunta/codeceptjs-webdriverio-sample-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeceptJS+WebdriverIO Sample Project

Install & Run

Install Standalone Selenium Server

npm install selenium-standalone -g
selenium-standalone install
selenium-standalone start

Install project

cd dir/where/code/was/cloned/to
npm install

Run tests

Set your Github credentials in config.json located in the root dir

cd dir/where/code/was/cloned/to
./node_modules/.bin/codeceptjs run

Run headless

Edit codecept.json in the root dir and set these Chrome options

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published