An open API service indexing awesome lists of open source software.

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

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