Hi there,
we are using GEB in every grails-project we do.
Right now at the beginning of a new project I was thinking about creating a project only containing the GEB-Tests and configuration needed.
Why would I do that?
-> We do execute the GEB-tests via jenkins not only against localhost also towards a remote CI-Instance.
-> We would be able to update GEB-dependencies or even the GEB version without changes to the main project.
So how do you organize your GEB-tests in your project/development environment?
Cheers Michael