automationhacks / appium-fast-boilerplate

Ready to go Boiler plate project for appium to get started with mobile test automation for both android and iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome 👋🏻 to Appium Fast Boilerplate

Why this repo?

Pre setup

Run Android tests

gradle wrapper clean build runTests -Dtag="ANDROID" -Ddevice="ANDROID"
gradle wrapper clean build runTests -Dtag="IOS" -Dtarget="IOS"

About

Ready to go Boiler plate project for appium to get started with mobile test automation for both android and iOS

License:GNU General Public License v3.0


Languages

Language:Java 94.0%Language:Shell 6.0%