Python Behave/Selenium test examples
Pycharm Community Run configuration example
BDD Feature: https://github.com/timbortnik/behave_web/blob/master/features/hipchat_login.feature
Step Definitions: https://github.com/timbortnik/behave_web/tree/master/features/steps
Page objects: https://github.com/timbortnik/behave_web/tree/master/pages
- Python 3.5, pip
The project provides test examples. To prepare local installation, use the following command
pip install -r requirements.txt
To run behave features, use command
behave
to see console output, use
behave --no-capture