Questions tagged [calabash-ios]

Calabash iOS is an automated acceptance testing framework for iOS native and hybrid applications.

is an automated acceptance testing framework for native and hybrid applications.

Links

Requeriments

  • MacOS 10.9 or 10.10
  • Xcode 5.1.1 - Xcode 6.3
  • ruby 1.9.3 - 2.2.+

More

If you have any questions on , you can also use the Google group

Related

207 questions
3
votes
1 answer

"Make sure you've set APP_BUNDLE_PATH to a build supported by this simulator version" error in the middle of test suite run

I have almost 30 cucumber tests running in Teamcity9.0. Each scenario is set as RESET_BETWEEN_SCENARIOS=1 Most of the times I found that in the middle of the suite run so many times the below error is appearing for 4-5 tests out of 30 tests Unable…
asinha
  • 337
  • 1
  • 6
  • 24
3
votes
2 answers

Calabash - can't test touch events

I'm using Calabash to automate some tests with the UI but I'm having some issues. I have a step as follows: Then I touch the "login" button. When I run cucumber, the console throws this error: Could not parse response ''; the app has probably…
Felipe Peña
  • 2,712
  • 4
  • 22
  • 41
3
votes
1 answer

Unable to run Calabash tests on iOS device for Xamarin app

We are unable to get Calabash tests to run on a Xamarin app deployed to a real iPhone. We have tried downloading the sample app from: http://developer.xamarin.com/guides/testcloud/calabash/introduction-to-calabash/ It works when deploying to a…
Zoodor
  • 424
  • 2
  • 4
  • 15
3
votes
1 answer

XCode 6.1 upgrade has broken calabash-ios tests (uia action failed)

Today our Calabash-iOS tests stopped working, after XCode updated to 6.1. Yesterday all was fine, today (with no code changes having occurred) it does not work. When trying to call touch inside our step definitions, nothing happens, until eventually…
Zoodor
  • 424
  • 2
  • 4
  • 15
3
votes
5 answers

Does Calabash supports iOS8

Does calabash start supporting iOS8 ? if not when can we expect a new calabash-ios version upgrade/release to support iOS8 ? -Mesh
Mesh
  • 193
  • 1
  • 7
2
votes
0 answers

iOS 11 - iOSDeviceManager unable to install DeviceAgent on the device

Test execution stops after 2-3 hours on iOS 11 devices. The same setup works fine for iOS 10 devices. gems being used - run_loop - 2.6.1/2.6.0/2.5.4 calabash-cucumber - 0.21.1/0.20.5 cucumber - 3.0.0.pre.2 Xcode - 9 iOS - 11.0/11.0.1/11.0.2 Below…
Ram
  • 65
  • 4
  • 12
2
votes
0 answers

Calabash-ios: dyld: Library not loaded: @rpath/FBControlCore.framework/Versions/A/FBControlCore

I have an application developed using NativeScript+AngularJS which I need to do some automated UI testing on a physical device. I am using Calabash for this and it worked out of the box for my Android version but i'm having some difficulties with…
Timothy Karvonen
  • 347
  • 1
  • 2
  • 9
2
votes
1 answer

Fastlane gym export .app

On the gym description says: gym builds and packages iOS and macOS apps for you. It takes care of all the heavy lifting and makes it super easy to generate a signed ipa or app file. I can't search in documentation how to export .app file. I need…
2
votes
2 answers

App does not exist at path error while running the calabash-ios test even though app exists in the right path

x-code : 8.0 App does not exist at path or is not an app bundle. /Library/Ruby/Gems/2.0.0/gems/run_loop-2.2.2/lib/run_loop/device_agent/app/DeviceAgent-Runner.app Bundle must: be a directory that exists, have a .app extension, contain an…
Gourish
  • 21
  • 3
2
votes
1 answer

Calabash iOS and Android touches the wrong input element in a WebView

when trying to query and element with Calabash the query returns the element correctly but when trying to touch it it doesn't work! it touches the button under the element. In our case we have a login screen, each element on the page has a unique…
2
votes
1 answer

Unable to open Instruments after repeatedly seeing (RunLoop::Xcrun::TimeoutError) error

I've posted this issue but believe I'm now running into a new one. We have automated tests that run every 15 minutes on a Jenkins server. While I'm still seeing the run_loop error listed in the link above, approximately once per hour I'm now seeing…
chell
  • 117
  • 8
2
votes
1 answer

Using Calabash iOS with an app that has been signed for Distribution, not for Development

Is this is possible? Xcode throws errors when attempting to use Calabash iOS with an app that has been signed for Distribution, which makes sense - I'm getting an error with calabash on start_test_server_in_background. It complains that I must use…
tuggles
  • 21
  • 4
2
votes
1 answer

data driven ios-Calabash automated testing using xml or css or global variables

i am doing automated testing using calabash-ios. I want to be able to run cucumber once and have it run x times for x user names and run through the gamut of test scenarios. i want to use this: Given I login as [#{country-name}] user using id…
s5v
  • 495
  • 5
  • 20
2
votes
1 answer

How to call a generic Calabash method while using a view based class model?

I am following a View Based Class model to setup a Calabash testing framework for my app , i.e., each view has a class containing the requisite methods for that view. But when I call calabash functions such as "wait_for()" it throws me an…
2
votes
0 answers

Multiple touch events from Calabash with single request

Calabash-ios tests involving a single tap have started to fail, with multiple taps being received where only one should happen. I'm running tests against the simulator "iPhone 5s (8.2 Simulator)" and I've tried various Calabash tapping methods,…
MikePosh
  • 21
  • 2
1
2
3
13 14