jdaugherty commented on code in PR #14995: URL: https://github.com/apache/grails-core/pull/14995#discussion_r2296381995
########## 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') Review Comment: We still need some type of cleanup of these recordings or they just grow and grow. -- 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