https://github.com/tombuildsstuff/selenium-grid-playground
This repo helps you confirm that a Selenium Grid setup is working, at a very basic level
https://github.com/tombuildsstuff/selenium-grid-playground
Last synced: over 1 year ago
JSON representation
This repo helps you confirm that a Selenium Grid setup is working, at a very basic level
- Host: GitHub
- URL: https://github.com/tombuildsstuff/selenium-grid-playground
- Owner: tombuildsstuff
- Created: 2016-04-28T05:36:41.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-28T05:53:16.000Z (about 10 years ago)
- Last Synced: 2025-02-07T14:45:37.127Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Selenium Grid Playground
This repo helps you confirm that a Selenium Grid setup is working, at a very basic level
## Instructions
1. Install Node.JS (I'm using 4.4.3)
2. Set the URL to your hub in 'settings.js'
3. Run the tests
## Running the Tests
### Chrome
```
node test-chrome.js
```
### Firefox
```
node test-firefox.js
```
### Internet Explorer
```
node test-internet-explorer.js
```
## Licence
MIT