cbmarcum commented on code in PR #14995: URL: https://github.com/apache/grails-core/pull/14995#discussion_r2301802863
########## 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: @jdaugherty I think users would want the videos for review like reports and they would be removed by clean or cleanTests. -- 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