Skip to content

adarshTS/browserstack-pytest-bdd

Repository files navigation

pytest-bdd-browserstack-example

Example project for executing pytest-bdd framework on BrowserStack

Install the dependencies

To install the dependencies, run :

  • For Python 3

    pip3 install -r requirements.txt
  • For Python 2

    pip2 install -r requirements.txt

Getting Started

Getting Started with pytest-bdd on real BrowserStack couldn't be easier!

Run first test :

  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •