Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 1 KB

README.md

File metadata and controls

25 lines (22 loc) · 1 KB

Saucedemo Test Automation Project

Requirements:

Running the tests:

  • Execute the following command to run all of the tests: robot tests

  • Execute the following command to run all of the tests with parallel lib: pabot tests

  • You can also run the tests by suite type tag like so: robot -i smoke tests robot -i regression tests

  • You can also run the tests by feature tag like so: robot -i cart tests robot -i checkout tests robot -i footer tests robot -i login tests robot -i product_list tests robot -i product_page tests robot -i side_menu tests

  • Console log of test results will be displayed and a html log file will also be generated