AsiminaAth / calabash-test-android-app

An app for testing the Applitools Eyes Calabash SDK for Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

An app for testing the Applitools Eyes Calabash SDK for Android

License:Other


Languages

Language:Java 36.6%Language:Gherkin 34.1%Language:Ruby 29.3%