Skip to content

Latest commit

 

History

History
31 lines (29 loc) · 968 Bytes

File metadata and controls

31 lines (29 loc) · 968 Bytes

Run UI Tests

  • melos run ui_test:android
  • melos run ui_test:ios
  • or see scripts

Add new feature UI test seps

View XPath for UI components

{
"appium:automationName": "uiautomator2",
"appium:platformName": "Android"
}
  • Add ios capability sets
{
"appium:automationName": "iOS",
"appium:platformName": "XCUITest"
}
  • Install app on device/emulator with Appium Driver
    • it can be done by running UI tests and stopping them after app installed
  • sh apps/app_main/ui_tests/scripts/start_appium_server.sh
  • Start session in Appium Inspector