We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90917e4 commit 06d0f66Copy full SHA for 06d0f66
gradle/test-config.gradle
@@ -43,8 +43,11 @@ tasks.named('integrationTest', Test) {
43
!project.hasProperty('skipTests')
44
}
45
46
- systemProperty 'geb.build.reportsDir', reporting.file("$project.projectDir/build/geb-reports")
47
- systemProperties System.properties
+ systemProperty('geb.build.reportsDir', reporting.file("$projectDir/build/geb-reports"))
+ 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
+
51
doFirst {
52
logger.quiet(
53
'\n - Running tests for configuration: {} and Grails: {}',
0 commit comments