Skip to content
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

Spoon plugin can only be applied to android application or library projects #95

Open
OliverCulleyDeLange opened this issue May 13, 2021 · 3 comments

Comments

@OliverCulleyDeLange
Copy link

I'm wondering why this is the case? Is there a technical reason, or is it just unimplemented?

I have an external test project setup using the com.android.test plugin, and therefor i can't apply this lovely plugin.

Happy to attempt a PR if its possible...

@OliverCulleyDeLange
Copy link
Author

Code here for reference

@jaredsburrows
Copy link
Owner

@OliverCulleyDeLange Do you have androidTests in your com.android.test project?

I found an example project here: https://github.com/googlesamples/android-testing-templates.

I can look into adding support for this.

@OliverCulleyDeLange
Copy link
Author

Yes, i have androidTests in the sense that i have end to end instrumented tests in the project, however they're not in the androidTest source set, they're simply in src/main/java/com.blah...

I also used that example project to set it up, using this as an example.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants