| would like to force gradle to write unit tests output directly to 
console, not only to HTML

In normal java plugin it should works with this

test {
    testLogging {
        events "passed", "skipped", "failed", "standardOut", "standardError"
    }}

But with android plugin not.
How to do the same with Android?

Related question:
http://stackoverflow.com/questions/28832144/how-to-turn-on-console-output-in-android-unit-tests#

-- 
You received this message because you are subscribed to the Google Groups 
"adt-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to