You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on the geb-example-gradle here is an example for concurrent testing with Browserstack.
To run just execute ./gradlew clean allBrowserStackTests --parallel
It will parallel run all tests in selected browsers.
About
An example project for using Geb in a Gradle build (Spock and JUnit 4)