Parallel Running
Well, that sure was a silly mistake. We had overwritten the default gradle test task in our build file. That caused the maxParallelForks property to be ignored… Once we returned back to the default test task we were in business.
Prior to that, we were simply iterating over each of the different drivers in our Geb Configuration in our test step. Now we simply call each of those custom tasks in one line or we run multiple test steps.
Advertisements
Leave a Reply