Skip to content

Commit 06d0f66

Browse files
committed
build: add Geb debug settings
1 parent 90917e4 commit 06d0f66

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

gradle/test-config.gradle

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,11 @@ tasks.named('integrationTest', Test) {
4343
!project.hasProperty('skipTests')
4444
}
4545

46-
systemProperty 'geb.build.reportsDir', reporting.file("$project.projectDir/build/geb-reports")
47-
systemProperties System.properties
46+
systemProperty('geb.build.reportsDir', reporting.file("$projectDir/build/geb-reports"))
47+
systemProperty('grails.geb.reporting.directory', reporting.file("$projectDir/build/geb-reports").canonicalFile.absolutePath)
48+
// systemProperty('grails.geb.recording.mode', 'RECORD_ALL')
49+
systemProperties(System.properties)
50+
4851
doFirst {
4952
logger.quiet(
5053
'\n - Running tests for configuration: {} and Grails: {}',

0 commit comments

Comments
 (0)