> Also, likely a Spock or Gradle question, but I can't figure out how to get > stdout from the test run to go to the console, or anywhere I can find, for > that matter. I found various references that describe how to configure this, > but none of them worked. I asked about this on the Gradle forum. > <winmail.dat>
This is what I have in my task: testLogging { stackTraceFilters "groovy" showStandardStreams false //makes the standard streams (err and out) visible at console when running tests } Hope it helps. — Jeff