Skip to content

octo-webf/microblog-tests-e2e

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

INSTALL

npm install -g codeceptjs
npm install -g webdriverio
npm install -g selenium-standalone
selenium-standalone install

MODIFY URL TO TEST 

in `codecept.json` file change value of `url` in `WebDriverIO`

Start selenium 

selenium-standalone start

RUN TEST

ALL : codeceptjs run --steps 
SCENARIO WITH LOGIN : codeceptjs run . scenario-2-with-login_test.js --steps
SCENARIO WITHOUT LOGIN : codeceptjs run . scenario-1-without-login_test.js --steps

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published