Skip to content

Some features/scenarios to get started with Robot Framework + Appium Library

Notifications You must be signed in to change notification settings

lorainegarutti/robot-framework_shoppingCart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Some features/scenarios to get started with Robot Framework + Appium Library

Topics

Resources

Stars

Watchers

Forks