python3 and pip3 should be installed
- Install packages through requirements.txt
pip3 install -r requirements.txt
- Update your credentials in .env file
BROWSERSTACK_USERNAME="BROWSERSTACK_USERNAME"
BROWSERSTACK_ACCESS_KEY="BROWSERSTACK_ACCESS_KEY"
URL="https://hub.browserstack.com/wd/hub"
-
Run tests
a. For parallel
python3 ./scripts/parallel.py
b. For local
python3 ./scripts/local.py