Skip to content

an automated testing walking skeleton for web applications using python-based behave and the selenium python API

License

Notifications You must be signed in to change notification settings

SalmonKing72/oh-behave

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Oh Behave!

An automated acceptance testing walking skeleton using webdriver and behave.

Note: using chromedriver instead of selenium server

developed using python 2.7

  • update pip python -m pip install --upgrade pip
  • install behave pip install -U behave
  • install selenium pip install -U selenium
  • Get chromedriver
  • For Windows: download and install chromedriver
    • put it in your python home, Scripts directory so that it is on the PATH
  • For OSX: use homebrew to install chromedriver
  • Get phantomjs
  • For Windows: download and install phantomjs
    • extract it in your python home, Scripts directory so that it is on the PATH
  • For OSX: use homebrew to install phantomjs

Learn about Behave Learn about webdriver python api

About

an automated testing walking skeleton for web applications using python-based behave and the selenium python API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published