jdaugherty opened a new issue, #268:
URL: https://github.com/apache/grails-intellij-plugin/issues/268
I'm trying to run functional test with GEB and Remote Control plugin.
When I have an already running local-host app and I fire up functional
testing the remote control seams not to be able to access the domains. (as it
was not accessible Method on class [xxx] was used outside of a Grails
application....)
But when I don't have a running app and the fired up functional test and the
app is starting before the test execution the remote control has access to
domains but the CSS are not leaded properly.
We are using java version 1.7.0_79, grails-2.4.3
build.config : compile ":remote-control:2.0"
The standard run off application is running Development environment and the
run of functional testing is running environment test.
The issue with development is that Remote control is asking
```
String getFunctionalTestBaseUrl() {
System.getProperty(FUNCTIONAL_BASE_URL_PROPERTY)
}
```
And this returns [http://localhost:9001null/](http://localhost:9001null/)
and in env test run it returns proper value.
---
*Imported from
[IDEA-161615](https://youtrack.jetbrains.com/issue/IDEA-161615) · Type: Bug ·
Votes: 0*
*Comments, attachments, dates and reporter are not part of the export —
follow the link above for the full history.*
--
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]