Yes there is and I've done that a number of times in the past. I parallelise Geb tests by forking multiple test JVMs. This can be done by setting maxParallelForks ( https://docs.gradle.org/current/dsl/org.gradle.api.tasks.testing.Test.html#org.gradle.api.tasks.testing.Test:maxParallelForks) on the Gradle test task running Geb tests.
Marcin On Tue, Oct 9, 2018 at 2:14 PM <[email protected]> wrote: > Hi, is there any way to execute geb-test parallel? > > I was not able to finde any possible solution. > > Thanks for help > > -- > 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/894922ab-255b-4726-b0f0-82fa1defbcd8%40googlegroups.com > <https://groups.google.com/d/msgid/geb-user/894922ab-255b-4726-b0f0-82fa1defbcd8%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/CA%2B52dQRiW3ks32n8G%2BH4d2zrXVXwG0OZJDpwn%2Baah6aUCM-F5g%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
