Simple one click mobile app Automation
- Automation using Java , maven and Cucumber
- run by Appium (CLI)
npm install -g appium
- works on both Windows and Mac
- works on iOS and AndroidOS devices
(for those who had tested appium on cli in past go its is this simple)
$
git clone https://github.com/eaccmk/OneClickAutomation.git
$
sh run_test.sh
For other like me who learnt from their mistake; researched and then finally made it please flow this first
-
AndroiOS : http://appium.io/docs/en/drivers/android-uiautomator2/
- Android Tools: :https://developer.android.com/studio#Other (check /platform-tools & /tools has
adb.exe
)
- Android Tools: :https://developer.android.com/studio#Other (check /platform-tools & /tools has
-
iOS : https://github.com/appium/appium-xcuitest-driver/blob/master/docs/real-device-config.md
-
Appium 1.14.0 (
appium -v
) -
Java 8 (JAVA_HOME) (
java -version
) -
Maven (MAVAN_HOME) (
mvn -v
) -
IDE with Cucumber Plugin installed (research http://www.google.com/search?q=install+Cucumber+Plugin)
-
Get started with Appiumhere http://appium.io/docs/en/about-appium/getting-started/)
credits : Initial reference of this project was made using this github repo Kudos!