Hi,
if you use -Dserver.port=xxxx when running webtest it should use that
instead of the default one in webtest.properties
I think you can also specify server.port via Config.groovy? If this is the
case they you could put it inside a custom environment
e.g. environments{
integration{
grails.server.port = xxxx
}
cheers
Lee
2009/7/25 David Koo <[email protected]>
> Hi there,
>
> We use a different port for running webtest in our integration environment
> vs. our development environment. So I'm wondering what the recommendation is
> for configuring this since webtest.properties only supports one
> "webtest_port" property that isn't environment-specific?
>
> Thanks,
> Dave
>