You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Working on improving context path handling in GebSpec tests
This should generate a method like this:
@Autowired
public void configureGebBaseUrl(@value("${server.contextPath:/}")
String serverContextPath, @value("${local.server.port}") int
serverPort) {
System.setProperty('geb.build.baseUrl',
"http://localhost:${serverPort}${serverContextPath}")
}
Working on #10306
Copy file name to clipboardExpand all lines: grails-plugin-testing/src/main/groovy/org/grails/compiler/injection/test/IntegrationTestMixinTransformation.groovy
0 commit comments