Closed lsuski closed 6 years ago
Want to send a PR?
On Mon, Dec 4, 2017 at 10:15 AM Łukasz Suski notifications@github.com wrote:
According to source code of SpoonDeviceRunner quering active tests (running adb shell am instrument log) is only useful if singleInstrumentationCall=false. Depending on number of tests and framework used it can take some time which is unnecessary
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/square/spoon/issues/504, or mute the thread https://github.com/notifications/unsubscribe-auth/AAEEEXy6Mlk0-KXCdWiJVKlUJGirjNlqks5s9AyPgaJpZM4Q0zus .
No problem
Actually, there is a problem :), because Spoon still needs runName and testCount. I'll try to figure out how to obtain these values without running through all tests
I don't think it is possible to obtain number of tests and run name in different way so this can be closed.
According to source code of SpoonDeviceRunner quering active tests (running
adb shell am instrument log
) is only useful ifsingleInstrumentationCall=false
. Depending on number of tests and framework used it can take some time which is unnecessary