https://github.com/lorainegarutti/robot-framework_shoppingcart
Some features/scenarios to get started with Robot Framework + Appium Library
https://github.com/lorainegarutti/robot-framework_shoppingcart
appium robot-framework robotframework
Last synced: 5 months ago
JSON representation
Some features/scenarios to get started with Robot Framework + Appium Library
- Host: GitHub
- URL: https://github.com/lorainegarutti/robot-framework_shoppingcart
- Owner: lorainegarutti
- Created: 2020-10-04T18:36:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-10T15:23:22.000Z (over 5 years ago)
- Last Synced: 2025-02-12T23:38:02.667Z (over 1 year ago)
- Topics: appium, robot-framework, robotframework
- Language: RobotFramework
- Homepage:
- Size: 3.96 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About the project
Test suites using the Android app from Casas Bahia e-commerce.
Apk is available on Playstore.
Maria Clara Appium tutorials helped me to set up. Available at: https://github.com/clarabez/appium
## Running tests
#### Terminal 1:
Running only functional tests:
> robot -d results/ tests/functional/
For a log with more complexity:
> robot -d results/ -L trace tests/functional/
Running only smoke-tests (pipelines):
> robot -d results/ -L trace -i smoke-test tests/functional/
#### Terminal 2:
> appium --address 127.0.0.1
## Robot folder struture
resource / results / tests
#### resource
Contains 'variables' and 'keywords' project definitions.
#### results
- error screenshots,
- video automation execution,
- test logs .html,
- test report .html
#### tests
Contains 'test cases' project definitions.