abeatte / android-test-kit

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

There is no speedup execution between GoogleInstrumentationTestRunner and InstrumentationTestRunner. #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The total execution time  cost about 1 minute:

C:\Users\brightzheng>adb shell am instrument -w com.bright.hello.test/com.google
.android.apps.common.testing.testrunner.GoogleInstrumentationTestRunner

com.bright.espresso.test.MainActivityTest:.
Test results for GoogleInstrumentationTestRunner$BridgeTestRunner=.
Time: 11.333

OK (1 test)

BTW: how to stat many emulators which contain different RAM or SCREEN at once? 

Original issue reported on code.google.com by zhenghui...@gmail.com on 7 Nov 2013 at 6:51

GoogleCodeExporter commented 9 years ago
This is just a test runner. We've never said GoogleIntstrumentationTestRunner 
would quicken your tests. Using Espresso would make your test run faster. 

Original comment by vset...@google.com on 7 Nov 2013 at 10:44

GoogleCodeExporter commented 9 years ago

Original comment by vset...@google.com on 7 Nov 2013 at 10:45