cbmarcum commented on code in PR #14995: URL: https://github.com/apache/grails-core/pull/14995#discussion_r2291647123
########## grails-geb/src/testFixtures/groovy/grails/plugin/geb/GrailsGebSettings.groovy: ########## @@ -64,6 +65,7 @@ class GrailsGebSettings { recordingFormat = VncRecordingFormat.valueOf( System.getProperty('grails.geb.recording.format', DEFAULT_RECORDING_FORMAT.name()) ) + recordingRestartPerTest = Boolean.parseBoolean(System.getProperty('grails.geb.recording.restartPerTest', false.toString())) Review Comment: @jdaugherty @jamesfredley Since this is correcting default behavior that is unwanted. Should this be enabled by default so current build files without the new setting start working correctly? -- 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