How to run tests -
- How to run parallel test by steps:
- Add in testng.xml file
- Need to change testng.xml file with adding test structure as much as you need for example,
- Run HUB "java -jar selenium-server-standalone-3.4.0.jar -role hub"
- Run NODE for your platform
- Press RUN
- Enjoy! :)
- How to run only one test in suit by steps:
- Change testng.xml file if it needs to ->
- Need to change in testng.xml a structure for example,
- How to run one suit by steps:
- Change testng.xml file if it needs to ->
- Need to change in testng.xml a structure for example,
- Run HUB "java -jar selenium-server-standalone-3.4.0.jar -role hub"
- Run NODE for your platform
- Press RUN
- Enjoy! :)