Appium - Cucumber framework with Maven Build Tool
git clone https://github.com/telangn/appium-cucumber.git
Configure Android Path on your environment variables
ANDROID_HOME: root android sdk directory
PATH: ANDROID_HOME + the following paths = platform-tools, tools, tools/bin
npm i appium
There is no need to start the appium server manually, as the program will do so upon execution.
From the directory of the POM.xml :
mvn clean install
Or..
mvn verify
You can use the uiautomatorviewer to inspect elements on Android devices, or you can use Appium Desktop
This project is ready to deploy on Jenkins.
N/A
N/A
N/A