-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
Feature Request: Automated detection and configuration of com.android.test modules #217
Comments
Thanks for the feature request and the attached sample it is very helpful. I was looking at the sample to try to understand what would happen if there were multiple |
Glad the project is useful! I don't think it would be a problem if there are multiple app and test modules in a project. A test module is linked to an app module using the targetProjectPath property in the test module. I haven't tried it yet but I would guess that having incompatible API/minSDK versions might break compatibility between test and app module. |
We use these test modules and Fladle in our project. The task we call is In
and then in the test module's
Does this help you OP? |
Hi @runningcode, First of all thanks for this great plugin! We use it on our open-source projects. Do you still consider adding the Best, |
Hi @HonzaR, I believe this thread is about automated detection and configuration of these modules using cross project configuration. |
Hi @runningcode, that's what I mean. I think that automated detection is not taking place here. And it makes sense, as the |
That is correct the detection will not happen automatically. PRs are welcome. |
Test modules (i.e. modules with the plugin
com.android.test
) in Android are used to separate instrumentation tests out into their own module.Providing Fladle support for them would be very useful.
I've created a sample Android project that has an application module and a test module that runs tests on the app. Also included relevant instructions and a flank.yml. See FladleSample.
The text was updated successfully, but these errors were encountered: