UIAutomator running with espresso

跟風遠走 提交于 2019-12-01 18:28:35

Since UIAutomator 2.0 is now based on Android Instrumentation, you can run Espresso and UIAutomator tests in one test suite, for example. You can play with test methods naming to run UIAutomator tests first and then run other Espresso stuff. More about UIAutomator 2.0 and how to use it together with Espresso here.

piotrek1543

I have no experience yet with uiatomator, but I can provide you some useful links to start. Here they are:

To get more information about uiautomator visit these site:

If you're looking for how to integrate Espresso with uiatomator visit:

https://testyour.app/blog/espresso-uiautomator

Hope it help

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!