Example project for executing pytest-bdd framework on BrowserStack
To install the dependencies, run :
-
For Python 3
pip3 install -r requirements.txt
-
For Python 2
pip2 install -r requirements.txt
Getting Started with pytest-bdd on real BrowserStack couldn't be easier!
-
Include the access key as environment variables
export BROWSERSTACK_USER=<Your user name> export BROWSERSTACK_ACCESS_KEY=<Your access Key>
-
For all versions of python
browserstack-sdk pytest testGoogleSearch.py