appium-espresso-driver
appium-espresso-driver copied to clipboard
Espresso integration for Appium
Appium v1.12.0 I'm not very familiar with Appium, this is my first crack at this. I get the following exception when I try to start an Appium session with espresso....
Hi, I'm trying to start the Appium server with the Espresso driver and I'm getting the next error: ``` sh [Espresso] Installed Espresso Test Server apk '/var/folders/0t/5993zkgd4wv1vxmk5556sbxh38n54g/T/io.appium.espressoserver.test_1.31.0_com.mercadopago.smartpos_1490612001.apk' (pkg: 'io.appium.espressoserver.test') [Espresso]...
Hello. I have a simple .apk created using Android Studio template and I have an Appium testing project. When I run the test project using Espresso driver, pointing to the...
I'm trying to use expresso driver in AWS device farm where only build tools 21.1.1 and sdk 21 is pre-installed. I'm setting buildToolsVersion capability to 21.1.1 as follows but espresso...
Hi hi, On one of our screens our AUT stalls out and waits for the 10 second idle timeout on every request which makes the tests unusably slow. With UIAutomator2...
Hi I got error when running using espresso driver. So when I start run it, it is installing my app and then showing my apps popup then the espresso driver...
I have a very simple test app that just launches my Android app - if I set the "automationName" to "UiAutomator2" then my app is launched fine but if I...
[Espresso] [Instrumentation] [STDOUT] Caused by: android.content.res.Resources$NotFoundException: Resource ":dimen/browser_actions_context_menu_max_width" (7f070059) is not a Drawable (color or path): TypedValue{t=0x5/d=0x1f401 a=6 r=0x7f070059} [Espresso] [Instrumentation] [STDOUT] at android.content.res.ResourcesImpl.loadDrawableForCookie(ResourcesImpl.java:814) [Espresso] [Instrumentation] [STDOUT] at android.content.res.ResourcesImpl.loadDrawable(ResourcesImpl.java:659) [Espresso]...
I am trying to test my application, but I can´t get it working. I am looking for solution for long time but unfortunately with no success. Maybe you can solve...
## The problem I'm trying to switch from uiautomator2 to espresso and i got error that the driver setup is failed. This is never happened before in uiautomator2. ## Environment...