Appium2.0TestngJava
No description available
Install / Use
/learn @Raneesh02/Appium2.0TestngJavaREADME
Introduction
This code base is part of the Appium course present here:
Test Tribe - https://www.thetesttribe.com/courses/appium-course/
Udemy - https://www.udemy.com/course/kickass-appium-automation-android-ios-with-java/?referralCode=2C0183FBFE5B4E284BDB
New to Git?
Install Git: https://git-scm.com/book/en/v2/Getting-Started-Installing-Git
git clone git@github.com:Raneesh02/Appium2.0TestngJava.git
Use Intellij or Eclipse?
Directly import the project as a maven project
Download Maven
Download Maven https://maven.apache.org/download.cgi
mvn compile
If the above command is successful, then only go forward otherwise, do it again
Execution
After Appium setup is done and emulator/simulator is up and running then run
mvn clean test
the tests mentioned in src/test/resources/testngxmls/testsuite.xml will run
Note: The above steps assumes you have watched the course setup sections
