ahsing / android-test-kit

Automatically exported from code.google.com/p/android-test-kit
0 stars 0 forks source link

Can I run Espresso tests in parallel? #87

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When using UiAutomator I can plug in as many devices as I want and run my tests 
in parallel... is this possible with Espresso? if not why not?

Thanks.

Original issue reported on code.google.com by pdmgumt...@gmail.com on 4 Jul 2014 at 1:41

GoogleCodeExporter commented 9 years ago
When you are using gradle you can: "./gradlew connectedAndroidTest" all tests 
will be launched on connected device.

Original comment by jacek.ma...@gmail.com on 9 Sep 2014 at 2:11

GoogleCodeExporter commented 9 years ago
Test orchestration is outside the scope of Espresso and should be handled by 
your test harness. We discussed this recently in our GTAC talk: 
http://www.youtube.com/watch?v=aHcmsK9jfGU&list=PLSIUOFhnxEiDFckNDSjKWqOCtd8ksJr
h4#t=1189

Original comment by vale...@google.com on 19 Nov 2014 at 6:42