I'm trying to enable the ability to take screenshots when our Geb tests fail in a Chrome browser. Even though my tests fail, I am not seeing any reports and/or screenshots being generated.
I'm executing the tests via a Gradle task if that matters. I'm using Geb 2.3 and Spock 1.1-groovy-2.4 I've added the following to my gebConfig.groovy file: - reportOnTestFailureOnly = false - reportsDir = "target/execution-reports" That should be the only configurations that are needed, correct? If so, are there any suggestions how I may be able to troubleshoot this? I appreciate any assistance, Lee -- You received this message because you are subscribed to the Google Groups "Geb User Mailing List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/geb-user/8fa7f83e-179f-4c2f-8759-51f7c9e7b766%40googlegroups.com.
