https://github.com/gustavo-rss/saucedemo
Saucedemo Test Automation with Robot Framework
https://github.com/gustavo-rss/saucedemo
robotframework
Last synced: 4 months ago
JSON representation
Saucedemo Test Automation with Robot Framework
- Host: GitHub
- URL: https://github.com/gustavo-rss/saucedemo
- Owner: gustavo-rss
- Created: 2024-07-25T21:40:32.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-25T22:37:12.000Z (almost 2 years ago)
- Last Synced: 2025-08-24T09:45:54.337Z (10 months ago)
- Topics: robotframework
- Language: RobotFramework
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Saucedemo Test Automation Project
**Requirements:**
- Python and Pip installed https://www.python.org/downloads/
- Chromedriver installed in your PATH (same version of your chrome browser) https://developer.chrome.com/docs/chromedriver/downloads
- Clone the project
- Execute the following command to install the project dependencies:
`pip install -r requirements.txt`
**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