jdaugherty commented on code in PR #14995:
URL: https://github.com/apache/grails-core/pull/14995#discussion_r2288651598


##########
grails-test-examples/geb/build.gradle:
##########
@@ -70,9 +70,10 @@ dependencies {
     integrationTestImplementation testFixtures('org.apache.grails:grails-geb')
 }
 
-//tasks.withType(Test).configureEach {
-//    //systemProperty('grails.geb.recording.mode', 'RECORD_ALL')
-//}
+tasks.withType(Test).configureEach {
+    systemProperty('grails.geb.recording.mode', 'RECORD_ALL')
+    systemProperty('grails.geb.recording.restartPerTest', 'true')

Review Comment:
   Can we add a doLast { } and remove the recordings after a test run?  
Otherwise it will continually add them every run locally.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@grails.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to