Feature Request P3
Status Update
Comments
ho...@gmail.com <ho...@gmail.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.
ae...@google.com <ae...@google.com> #3
This bug has not been updated in over a year. Please reopen if this is still an issue or requires addition inspection.
Description
Right now this can only be done static via command line ( -e listener com.foo.Listener,com.foo.Listener2) or via AndroidManifest.xml.
adb Command line args don't work with Firebase Test Lab.
The AndroidManifest is static, ( can't decide what runners to attach at run time. )