matrei commented on code in PR #15067: URL: https://github.com/apache/grails-core/pull/15067#discussion_r2372507293
########## grails-geb/README.md: ########## @@ -161,6 +177,28 @@ To enable tracing, set the following system property: This allows you to opt in to tracing when an OpenTelemetry collector is available. +#### GebConfig.groovy and using non-default browser settings +Provide a `GebConfig.groovy` on the test runtime classpath (commonly `src/integration-test/resources`, but any location on the test classpath works) to customize the browser. Review Comment: > I assume this GebConfig is optional? Yes, `GebConfig` is optional. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
