This repository was created for learning purpose and contains a Calabash iOS/Android sample project.
A simle one-screen APP when you can check whether entered data is Int or not. Colors of the result label will change respectively.
An Calabash project that built to show how easy you can implement page objects and write different tests reusing page objects and gherkin steps for iOS and Android in a single project.
- Xcode 9+
- Ruby >= 2.2.0
- bundle install
- bundle exec cucumber -p ios
More about calabash-ios requirements you can find here: https://github.com/calabash/calabash-ios
- Android environment (JDK, Android SDK, Android instruments)
- Ruby >= 2.0.0
- bundle install
- bundle exec cucumber -p android
More about calabash-android requirements you can find here: https://github.com/calabash/calabash-android