-
Notifications
You must be signed in to change notification settings - Fork 369
Home
jmoody edited this page Nov 17, 2014
·
18 revisions
Where | What |
---|---|
Xamarin Test Cloud Documentation | Official documentation and getting started guides. |
Calabash iOS API | Browse the Calabash iOS public API. |
Google Group and Stack Overflow | Ask questions and get answers on the Google Group or Stack Overflow. |
Calabash iOS GitHub Issues | Request features and report bugs on GitHub. |
IRC #calabash-ios | Discuss Calabash topics with other Calabash users. |
When asking questions and creating bug reports, please include the following information, logs, the calabash command you are trying to execute, and what you are trying to accomplish.
# xcode installation location
$ xcode-select --print-path
# xcode version
$ xcodebuild -version
# calabash version
$ calabash-ios version
# start your app manually in the simulator or from Xcode
$ curl http://localhost:37265/version
If at all possible, try to provide an example project to reproduce. If you cannot share your project, make a fork of one the following repositories and try to reproduce.
Repository | Description |
---|---|
calabash/calabash-ios-example | A clean project; no calabash target. |
jmoody/calabash-ios-example | The Calabash iOS Example with a calabash target. |
calabash/x-platform-example | An Android/iOS cross platform example. |
jmoody/animated-happiness | An extremely simple project with a calabash target. |
jmoody/briar-ios-example | A test application for Calabash iOS. |
These GitHub issues are examples of good bug reports.