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.pyb. For local
python3 ./scripts/local.py