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
- Host: GitHub
- URL: https://github.com/nottyo/selenium-grid-testng
- Owner: nottyo
- Created: 2017-07-29T07:58:21.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-29T08:54:10.000Z (almost 9 years ago)
- Last Synced: 2025-04-07T12:48:23.665Z (about 1 year ago)
- Topics: java, selenium, testng
- Language: Java
- Size: 5.86 KB
- Stars: 6
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`