https://github.com/joesss/samplewaysoftesting
A sample Calabash project
https://github.com/joesss/samplewaysoftesting
calabash calabash-ios pageobject waysoftesting
Last synced: about 2 months ago
JSON representation
A sample Calabash project
- Host: GitHub
- URL: https://github.com/joesss/samplewaysoftesting
- Owner: JoeSSS
- Created: 2017-02-04T16:23:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-05T20:01:26.000Z (almost 8 years ago)
- Last Synced: 2025-03-23T03:27:41.600Z (over 1 year ago)
- Topics: calabash, calabash-ios, pageobject, waysoftesting
- Language: Ruby
- Size: 6.81 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# This repository was created for learning purpose and contains a Calabash iOS/Android sample project.
### iOS and Android APP
A simle one-screen APP when you can check whether entered data is Int or not. Colors of the result label will change respectively.
### Calabash project
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.
#### To run tests on iOS:
1) Xcode 9+
2) Ruby >= 2.2.0
3) bundle install
4) bundle exec cucumber -p ios
More about calabash-ios requirements you can find here: https://github.com/calabash/calabash-ios
#### To run tests in Android:
1) Android environment (JDK, Android SDK, Android instruments)
2) Ruby >= 2.0.0
3) bundle install
4) bundle exec cucumber -p android
More about calabash-android requirements you can find here: https://github.com/calabash/calabash-android
### More about the sample project you can read on http://www.waysoftesting.com