Rajdeep
Rajdeep
@dpgraham I have found a way to avoid this. In the application code, we need to make sure that we don't obfuscate com.google.gson Thanks!
@fjrKurniawan There is possibly some animation that is blocking. Even after disabling animations via adb, some animations do not respect that setting. see #589 which adds logs thread dump and...
Haven't seen espresso using settings API, any pointer to it will be helpful. we could also do something like execute_script("mobile: switch_to_compose") or execute_script("mobile: switch_to_espresso") ?
Kotlin version was updated in https://github.com/appium/appium-espresso-driver/pull/663 and it worked for me with composeTestRule. My thought was to have context object having strategies for espressoAutomation and composeAutomation
as long as different tests run on different devices, it should work fine.
You will have to create a config folder in your current working directory. If you are using cucumber, you might have this folder already. Next, you need to create a...
I have fixed the issue. please upgrade to v1.0.3 Let me know if this works
Support for physical iOS devices is not yet added. For iOS, only simulators will work
@bkarthick there is an issue with v1.0.3 . If you are still using simulator, please update to v1.0.4
the same ENV['DEVICE_INFO'] variable will give device details during run time. each parallel run will set different value for ENV['DEVICE_INFO']