Status Update
Comments
tn...@google.com <tn...@google.com>
sn...@google.com <sn...@google.com> #2
Do you have a repro project that you could share with us?
There should be no need to excluding any dependencies: we automatically remove them from the test APK if they are in the main APK.
There should be no need to excluding any dependencies: we automatically remove them from the test APK if they are in the main APK.
be...@google.com <be...@google.com> #4
We already detect if the project is missing the ATSL and runner libraries. We could also detect if it's missing the right version and bump up the version.
sn...@google.com <sn...@google.com> #5
Since what version ATSL has @LargeTest annotation?
sn...@google.com <sn...@google.com> #6
ATSL supports @LargeTest starting with Test Runner 0.5 (Espresso core 2.2.2). Updated detection and fixing of obsolete Espresso dependencies and switched to using ATSL's @LargeTest.
Description
All test created by the test recorder use the LargeTest annotation from within the package:
android.test.suitebuilder.annotation
This is deprecated and should be replace by the version of the following package:
android.support.test.filters