An open API service indexing awesome lists of open source software.

https://github.com/browserstack/salad-browserstack

Selenium examples for Salad and BrowserStack Automate
https://github.com/browserstack/salad-browserstack

Last synced: 3 months ago
JSON representation

Selenium examples for Salad and BrowserStack Automate

Awesome Lists containing this project

README

          

# salad-browserstack

A sample to run salad tests over BrowserStack Automate.

1. First install depenedencies:
* sudo pip install nose
* sudo pip install salad
* sudo pip install selenium-webdriver

To run the tests, add you credentials to `features/terrain.py` and execute(from root of project):

```
salad
```