/appium-fast-boilerplate

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

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

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"