This code base is part of the Appium course present here:
Test Tribe - https://www.thetesttribe.com/courses/appium-course/
Install Git: https://git-scm.com/book/en/v2/Getting-Started-Installing-Git
git clone [email protected]:Raneesh02/Appium2.0TestngJava.gitDirectly import the project as a maven project
Download Maven https://maven.apache.org/download.cgi
mvn compileIf the above command is successful, then only go forward otherwise, do it again
After Appium setup is done and emulator/simulator is up and running then run
mvn clean testthe tests mentioned in src/test/resources/testngxmls/testsuite.xml will run
Note: The above steps assumes you have watched the course setup sections