Skip to content

archick12/qa_auto_5_ui

Repository files navigation

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! :)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages