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

https://github.com/nottyo/selenium-grid-testng

sample parallel selenium testing with testNG
https://github.com/nottyo/selenium-grid-testng

java selenium testng

Last synced: 4 months ago
JSON representation

sample parallel selenium testing with testNG

Awesome Lists containing this project

README

          

# selenium-grid-testng

# How To Run
1. Start Selenium Server Standalone
`java -jar selenium-server-standalone-.jar -role hub`

2. Start Node
`java -jar selenium-server-standalone-.jar -role node -hub http://localhost:4444/grid/register`

3. Start tests
`mvn clean -P chrome,grid,localhost test`