Skip to content

Latest commit

 

History

History
71 lines (63 loc) · 1.85 KB

README.md

File metadata and controls

71 lines (63 loc) · 1.85 KB

How to run tests -

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