https://github.com/applitools/calabash-test-android-app
An app for testing the Applitools Eyes Calabash SDK for Android
https://github.com/applitools/calabash-test-android-app
Last synced: 22 days ago
JSON representation
An app for testing the Applitools Eyes Calabash SDK for Android
- Host: GitHub
- URL: https://github.com/applitools/calabash-test-android-app
- Owner: applitools
- License: other
- Created: 2017-12-28T13:49:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-04T14:05:45.000Z (about 8 years ago)
- Last Synced: 2025-03-06T19:44:20.044Z (over 1 year ago)
- Language: Java
- Size: 98.6 KB
- Stars: 3
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 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