Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dylanlacey/beat_up_selenium
Beat up your Selenium tests.
https://github.com/dylanlacey/beat_up_selenium
Last synced: about 6 hours 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-17T10:36:08.000Z (almost 9 years ago)
- Last Synced: 2023-03-12T06:43:47.144Z (over 1 year 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.