Shared mobile automation using the Appium Framework.
sh scripts/setup.sh
sh runTests
testCaseNames
:: Pass the test method names (separated by white spaces) if you want to run only specific test cases.
sh runTests test01_001_Onboarding
(Will run only the test01_001_Onboarding Test Method)
- IMPORTANT: Please set the ANDROID_HOME and JAVA_HOME as environment variables to allow Appium to work properly.
- Do Not Forget to set the required environment variables in
scripts/envs.sh
. - You Can find the list of test methods in
testSuites/Test Cases.txt
file.
devicelog.log
:: Contains the full log of the Device during the Test Run.scriptlog.log
:: Contains the Full log of the Script Run during the Test Run.appium.log
:: Contains the full log of the Appium Server during the Test Run.test-reports (folder)
:: Contains the Report file in XML format.screenshots (folder)
:: Contains the screenshots of the Test Run (Mostly of Failed Test Cases).