/calabash-test-android-app

An app for testing the Applitools Eyes Calabash SDK for Android

Primary LanguageJavaOtherNOASSERTION

Simple Calabash test for Android application

The demo Calabash test is presented in features/new_scroll_view.feature file.

To run the test:

  • Checkout the project
  • Build the application using AndroidStudio
  • From the command line:
    • cd path/to/app/home
    • bundle install
    • export ANDROID_HOME=~/Android/Sdk
    • export APPLITOOLS_API_KEY=YOUR_KEY
    • bundle exec calabash-android run ./app/build/outputs/apk/debug/app-debug.apk