grails-functional-test-development
grails-functional-test-development copied to clipboard
Makes developing functional tests quicker by avoiding application startup time
When the plugin executes a Grails process, it accepts a bunch of properties that will be added as `-Darg=value` entries on the command line. Except it wasn't adding then. This...
Hi, I am a new beginner in Geb for testing groovy and grails functionally. And I have wrote several test cases in one spec class and would like to run...
Running the app with: grails develop-functional-tests -Pserver.port=8090 does not start the server with the proper port, it's still running using 8080. Do I have to change anything else? I'm using...
My application doesn't start. I am guessing it runs out of memory on startup. Is it possible to provide -Xmx and - XX:MaxPermSize for run-app ? Thanks
Hi,, I am new to spock and geb testing. I was asked to do functional test using geb and spock... everything going well.. I can run my test using IDE...