Hi Michael, I'd always suggest to keep the tests with the code but in a separate folder/module. For the tests specify a certain state of the application.
Whenever I change the application, I should have changed the test suite as well and keeping both in one repository, allows me to do that in one single commit. However, there is no need to keep the Geb tests in the same (Maven or Gradle) project. They could be kept in a separate folder with no further connection to the rest of the repository. Hope this helps, Micha Am Mi., 9. Jan. 2019 um 12:49 Uhr schrieb <[email protected]>: > 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 > > -- > You received this message because you are subscribed to the Google Groups > "Geb User Mailing List" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/geb-user/fc0c6ffb-3cd7-455c-b642-eb4f90fcfae6%40googlegroups.com > <https://groups.google.com/d/msgid/geb-user/fc0c6ffb-3cd7-455c-b642-eb4f90fcfae6%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Geb User Mailing List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/geb-user/CALYktxNE%3DJ1L5wLpoSqLzBmF2d2ycvi-Hyhf9xVN_BHJ99qfuQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
