Skip to content

Proyek belajar Robot Framework x Appium untuk Android Apps

Notifications You must be signed in to change notification settings

damarmustikoaji/rambutan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

rambutan

Proyek belajar Robot Framework x Appium untuk Android Apps

tested

preconditions

how to use

  • open Appium Server GUI (advanced: localhost, 4723, Allow CORS) and Edit Configurations (ANDROID_HOME & JAVA_HOME)
  • open Appium Inspector (localhost, /wd/hub, 4723) and Desired Capabilities
{
  "platformName": "android",
  "appium:platformVersion": "os version android device",
  "appium:deviceName": "nama android device",
  "appium:automationName": "UiAutomator2",
  "appium:appPackage": "com.dagangan.mall",
  "appium:app": "path/dagangan.apk"
}
  • clone this proyeks
  • open proyeks on PyCharm editor

run

  • robot tests/test.robot

About

Proyek belajar Robot Framework x Appium untuk Android Apps

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published