josdem / launcher-automation

Cucumber along with Junit and Appium to test Android app locally
0 stars 0 forks source link
appium cucumber gradle java junit

Launcher Automation

Appium is an open-source tool for automating native mobile applications in both iOS and Android. Cucumber is a popular BDD framework to describe testing scenarios.

Requirements

To run the project

appium --base-path=/wd/hub
gradle testDebug

To run the project with Applitools

appium --base-path=/wd/hub
git checkout applitools
gradle testDebug

Note: Make sure you set a valid Applitools key in configuration.properties file

Read this as reference

https://josdem.io/techtalk/android/appium_cucumber_junit5/

Note: This project uses Android Launcher as a target Android product