appium-espresso-driver icon indicating copy to clipboard operation
appium-espresso-driver copied to clipboard

Write a UiAutomator2 to Espresso migration guide

Open rajdeepv opened this issue 6 years ago • 4 comments
trafficstars

  1. If a client has previously set noSign capability to true, instrumentation doesn't work. We need to probably fail by telling the client to remove the noSign capability
  2. Currently, If we need to find an element using resource Id, we have to provide a fully qualified identifier like "com.myapp.example:id/tooltip_itemDismiss". In Uiautomator2 if the package name is not specified, it is assumed to be from app under test as here

These are not blocking issues and have ways around. However, they will not allow smooth migration.

rajdeepv avatar Dec 12 '18 09:12 rajdeepv

Thanks for your help with everything @rajdeepv!

dpgraham avatar Dec 12 '18 17:12 dpgraham

Thanks @dpgraham and @mykola-mokhnach for being so prompt and putting in so much time and effort. I look forward to success of espresso driver.

rajdeepv avatar Dec 12 '18 17:12 rajdeepv

I'm going to work on a guide to migrate from UIA2 to Espresso soon.

dpgraham avatar Dec 12 '18 18:12 dpgraham

Hi @dpgraham , By any chance any update about the migration guide you mentioned above.

ritesh2689 avatar Oct 16 '19 09:10 ritesh2689