Skip to content

mkatrenik/chimp-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#Chimp

##Setup

prerequisites are node & java (& phantomjs if you want to use it)

##First run

$ npm install
$ ./node_modules/.bin/chimp

(will install selenium)

##Development ROOT_URL is "Sync" url (defaults to http://localhost:3000) browser set your preferred browser

example:

$ ROOT_URL=http://localhost:3000 ./node_modules/.bin/chimp --offline --browser=phantomjs

##Debugging

for live in browser debugging - put client.debug() to your step

for debugging cucmber code, run:

$ node --debug ./node_modules/.bin/chimp --offline --browser=phantomjs --debugBrkCucumber=5859

and in another terminal:

$ node-inspector

About

example BDD with chimp (selenium, webdriver.io, cucumber)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published