##Steps to run
-
Clone Repo:
git clone https://github.com/UmangSardesai/geb-concurrent-example-gradle.git
-
Add your username and automate-key to the
./build.gradle
and./src/test/resources/GebConfig.groovy
. -
Execute tests sequentially:
./gradlew clean allBrowserStackTests
-
Execute tests in parallel:
./gradlew clean allBrowserStackTests --parallel