Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tmeasday/selenium-load-tester
https://github.com/tmeasday/selenium-load-tester
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tmeasday/selenium-load-tester
- Owner: tmeasday
- Created: 2015-05-28T10:57:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-28T10:58:53.000Z (over 9 years ago)
- Last Synced: 2024-10-25T18:58:26.628Z (3 months ago)
- Language: JavaScript
- Size: 97.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Selenium grid
0. Install `selenium-webdriver` node package [need to setup package.json]
1. Start hub
java -jar selenium-server-standalone-2.45.0.jar -role hub
2. Start [many] phantom instances
phantomjs --webdriver=8910 --webdriver-selenium-grid-hub=http://localhost:4444
3. Run test
node index.js