https://github.com/dylanlacey/beat_up_selenium
Beat up your Selenium tests.
https://github.com/dylanlacey/beat_up_selenium
Last synced: 4 months ago
JSON representation
Beat up your Selenium tests.
- Host: GitHub
- URL: https://github.com/dylanlacey/beat_up_selenium
- Owner: DylanLacey
- Created: 2015-11-17T10:33:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-17T10:36:08.000Z (over 9 years ago)
- Last Synced: 2025-01-17T10:44:38.391Z (6 months ago)
- Language: Ruby
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# beat_up_selenium
Beat up your Selenium tests.## How to run
1. Clone this repo.
1. `bundle update`
1. Set the environment variables `SAUCE_USERNAME` and `SAUCE_ACCESS_KEY`.
1. From the commandline, run `THREADS=30 bundle exec ruby beat_up.rb` and wait for it to finish or start throwing errors.You can change the number of threads run by changing the value after THREADS.