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
- Host: GitHub
- URL: https://github.com/browserstack/salad-browserstack
- Owner: browserstack
- Created: 2016-04-06T06:52:44.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-07-03T15:03:39.000Z (about 3 years ago)
- Last Synced: 2026-02-16T05:58:18.758Z (5 months ago)
- Language: Python
- Homepage: https://www.browserstack.com
- Size: 3.91 KB
- Stars: 0
- Watchers: 9
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: CODEOWNERS
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
```