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


##########
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:
   I have suggested the following, that will keep the two last recordings:
   https://github.com/JonasPammer/grails-core/pull/2/files



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to