An automated acceptance testing walking skeleton using webdriver and behave.
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