Skip to content

browserstack/python-selenium-browserstack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 8

Languages