Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 532 Bytes

File metadata and controls

30 lines (25 loc) · 532 Bytes

python-selenium-browserstack

Prerequisite

python3 and pip3 should be installed

Steps to run test session

  • 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