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

Möglichkeit bestimmte gradle tests für Androidprojekte angeben zu können #22

Closed
alex-iotiq opened this issue Feb 23, 2021 · 1 comment

Comments

@alex-iotiq
Copy link
Contributor

Da "test" task keinen "--tests" Argument akzeptiert, muss man stattdessen eine bestimmte Variante angeben wie "testDebug".
Die Möglichkeit Varianten selbst anzugeben, die ausgeführt werden sollen, wäre sinnvoll.

@DaGeRe
Copy link
Owner

DaGeRe commented Mar 1, 2021

Das Testgoal kann jetzt angegeben werden:

@Option(names = { "-testGoal", "--testGoal" }, description = "Test goal that should be used; default testRelease for Android projects and test for all others. "
Die Definition gilt dann (wenn sie erfolgt) nicht nur für Android, sondern auch für alle Projekte (so dass man bspw. tests, die mit mvn verify ausgeführt werden, ausführen kann).

Funktioniert das so für Dich?

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

No branches or pull requests

2 participants