-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support for library projects #26
Comments
Hi @trevjonez ! Thanks for the request. |
I don't remember if I read this somewhere but I gave it a try and it has been working for us for about 3-4 months running connectedDebugAndroidTest on a library module. You just have to add a step to actually build the library module test apk. For our
Just know that if you are going to run this for a library module and an app module in the same workflow you may experience the problem I faced in #24 |
I'm wondering if this is still in consideration or if there's a simple workaround. I see this issue thread relating to the Android Build for UI Testing step. |
Hello there, I'm a bot. On behalf of the community I thank you for opening this issue. To help our human contributors focus on the most relevant reports, I check up on old issues to see if they're still relevant. The community would appreciate if you could check if the issue still persists. If it isn't, please close it. If no comment left within 21 days, this issue will be closed. |
This issue is still unresolved and should not be marked as stale automatically. |
You also have to link a random Add this step between
|
I also am having this issue. The step looks for an apk in a library project, I think it should be fixed. |
@mateherber do you have any news on this? I see that @tothszabi already fixed the problem, but the change was never released |
As far as I can tell this step assumes the typical apk pair or triple that you would see in an application project [main, test] or [main, test, orch]. In and module that uses com.android.library it is possible to build a single test apk which also includes the contents of the AAR library for testing.
Either I am being too lazy about reading the docs or there is not way to do this without some questionable workarounds happening.
The text was updated successfully, but these errors were encountered: