Adarsh Ramamurthy

Results 54 comments of Adarsh Ramamurthy

I think this and #252 are duplicates. Are you also configuring `testLogging` (Gradle's DSL) anywhere?

Thanks, that was useful. Can you add `showStandardStreams = false` to `testLogging` closure and let me know what happens? ```diff test { useJUnitPlatform() testLogging { // https://docs.gradle.org/6.9/userguide/performance.html#suggestions_for_java_projects maxParallelForks = Runtime.runtime.availableProcessors().intdiv(2)...

Really interesting suggestion, let me try it out and get back to you 👍

Not yet unfortunately. Currently swamped by work commitments but I am slowly starting to claw back some time for this. Will let you know.

Unfortunately the plugin needs to know the test result before printing the logs in order to apply filtering. Before the filtering logic was implemented, the plugin used to print it....

I might be able to do something about this by leveraging Gradle's progress logging. Unless there is a lot of demand for this feature, I would like to push back...

Sorry no idea what Android expresso is. Never done any Android app development. What issues are you facing?

In theory it should be possible as long as you can tests using Gradle.

Hi, thanks for using this plugin. I haven't done any Android development so have a few questions for you. What is different about the instrumented unit tests that doesn't allow...

> As far as I can tell, there are no logs reported when running these tests with your plugin enabled (I would assume the plugin is just not getting run...