This project demonstrates BDD tests automated on an Android device powered by Cucumber and Appium
This project comes with:
Prerequisites: (This has been tested on the following system)
Steps:
Connect Android device then start the Appium server
adb devices
appium &
Build the App/APK (In another terminal)
cd AndroidTestApp
android update project --subprojects --target "android-18" --path .
ant clean debug
cd ..
Run the BDD tests
bundle install
bundle exec cucumber