Hello, I am using Gradle’s “org.gradle.test-retry”...
# community-support
h
Hello, I am using Gradle’s “org.gradle.test-retry” plugin in order to rerun failed tests. The grand idea is to enable trace logging only for those tests that have failed and are getting rerun. The problem is, from what I understand, that the retry plugin forks another vm for the failed tests internally and I am unable to pass environment/system property telling the test code to enable tracing. Any ideas how to enable trace logging only for the failed tests are very welcome 🙂