square / spoon

Distributing instrumentation tests to all your Androids.
https://square.github.io/spoon/
Apache License 2.0
2.7k stars 477 forks source link

Testcases are executing one at a time , not in parallel. #564

Closed alphaguy4 closed 4 years ago

alphaguy4 commented 5 years ago

I am using below command to run my instrumentation test in 2 devices. java -jar spoon-runner-1.7.1-jar-with-dependencies.jar --apk /Users/ks/my/build/outputs/apk/playstore/debug/myapp-playstore-debug.apk --test-apk /Users/ks/myappl/build/outputs/apk/androidTest/playstore/debug/myapp-playstore-debug-androidTest.apk --shard --sdk /Users/ks/Library/Android/sdk

However the testcases are executing one by one on each device also i find it is executing only half of the testcases in my test package. Is there any issue with auto sharding ? @JakeWharton Please Help ?