You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 18, 2021. It is now read-only.
After updating spoon-runner to 1.3.1 and spoon-plugin to 1.0.5-SNAPSHOT I cannot fetch any screenshots from devices - either on 6.0 or lower Android versions.
[device name] Unable to find test for [test name]
-> and that info for every test I have. I am using gradle 1.5.0.
Furthermore if I use two devices or more then after tests finish at line:
[SDR.run] Moving screenshots to the image folder on [device name]
I get freeze. This line will load forever, I waited 30-40mins. Always on the device which ends as last one. Doesn't happen if I run tests only at one device.
The text was updated successfully, but these errors were encountered:
I've just tried to run tests with spoon on Android 5.1 device using example project here. And it works (not counting problems with getting logcat output), screenshots are fetched. Could you please check if the example project works for you.
Also this plugin has no changes in 1.0.5-SNAPSHOT. Hence, I would suggest using 1.0.4 release version to avoid any future problems with snapshots.
I have the same issue with stated versions, the test run hangs forever saying execution finished waiting for devices [xxxxxxxxx]
Could it be that something crashes instrumentation and spoon is endlessly waiting it to finish?
Problem was on my side. I set some flags that turn on/off screenshots and during some refactors it affected my tests. After I repaired it everything works fine, even on gradle 2.0.0-alpha9.
Hello,
After updating spoon-runner to 1.3.1 and spoon-plugin to 1.0.5-SNAPSHOT I cannot fetch any screenshots from devices - either on 6.0 or lower Android versions.
-> and that info for every test I have. I am using gradle 1.5.0.
Furthermore if I use two devices or more then after tests finish at line:
I get freeze. This line will load forever, I waited 30-40mins. Always on the device which ends as last one. Doesn't happen if I run tests only at one device.
The text was updated successfully, but these errors were encountered: