This is an example of incorporating Geb Lambdatest Plugin into a Gradle build.
The build is setup to work with Firefox Windows combination on Lambdatest Automation Hub. To use it with different capabilities, please have a look at src/test/resources/GebConfig.groovy file.
Add your lambdatest username and accessKey to the ./build.gradle in account{} section For Lambdatest Credentials, Go to Lambdatest Profile Page
The following commands will launch the tests on lambdatest :
$ gradle clean allLambdaTestTests --infoReplace gradle with gradlew.bat in the above examples if you're on Windows.
Please ask questions on Lambdatest Support and raise issues on Lambdatest Community.