jdaugherty commented on code in PR #14995: URL: https://github.com/apache/grails-core/pull/14995#discussion_r2292590942
########## 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: Yes, this probably should be the default if test recording is enabled. -- 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