IDE : InTelliJ IDEA
This sample is using bobcat-junit5 that is the default and recommended template
Other templates are :
-
bobcat-bdd
-
bobcat-aem-junit
-
bobcat-aem-bdd
-
bobcat-appium
Bobcat is framework dedicated to automated functional testing of web applications. It wraps Selenium, so anything possible in raw Selenium can be done with Bobcat. In this guide we will use Bobcat along with the Selenium Webdriver and the Java programming language.
You’ll need to use your Username and Authkey to run your tests on LambdaTest. You can find the required credentials here : https://www.lambdatest.com/capabilities-generator
Edit file ../src/main/resources/config.yaml with your USERNAME and ACCESS_KEY:
Run the default test using the command:
gradlew clean test