8000 GitHub - erfolgden/automate-python-samples: Sample behave, lettuce, nose, unit, py.test code for running selenium with BrowserStack Automate
[go: up one dir, main page]

Skip to content

Sample behave, lettuce, nose, unit, py.test code for running selenium with BrowserStack Automate

Notifications You must be signed in to change notification settings

erfolgden/automate-python-samples

 
 

Repository files navigation

automate-python-samples

Documentation for writing Automate test scripts in Python.

Install Python

For Windows:

For Mac and Linux:

  • Run python --version to see what python version is installed and make sure it is 2.5.X and above.
  • Mac OS, Ubuntu and many flavors of linux come with pre-installed python.

Install Selenium

For Unix:

sudo easy_install selenium

For Windows:

easy_install selenium

If you prefer pip, then use the following command:

sudo pip install selenium

If pip is not installed, you can install it using:

sudo easy_install pip

About

Sample behave, lettuce, nose, unit, py.test code for running selenium with BrowserStack Automate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.6%
  • Gherkin 4.4%
0