Rajdeep
Rajdeep
I tried with my app keeping animation on, did not face any issues. Maybe there can be other apps with never-ending animations that may not work.
@mykola-mokhnach @KazuCocoa I ran the full suite of my app with around 400 tests with animation **ON** and everything looks good I suggest keeping animation ON by default and utilize(implement)...
@nicodn There is code that restores it. However, if the test is force killed in the middle, it permanently changes this setting.
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.
@idxn There is limited support to interact with OS related stuff in espresso-driver. It was added as part of #371
We can use .apks with espresso driver. After unzipping `.apks`, use `splits/base-master.apk` to get the package and launch activity. Also signing info can be provided by the user to create...
If the app under test happens to use Ktor or any of its transitive dependencies, and it is obfuscated, then there will be a lot of issues during runtime to...
If the app is already installed, it may need to be uninstalled. Please retry with uninstalling app and espresso server both
Except disabling animations, there is no other solution. We disable it temporarily on such specific screens and re-enable later
Yes, App under test is obfuscated but Espresso server is not. If I build unobfuscated app, I do not get above error.