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
0
votes
1 answer

Does Calabash-iOS support deep linking?

I would like to know if calabash supports deep linking, I need to access a section of my native app through a link. If it does support it, could you refer some example? Thanks.
Cristian
  • 199
  • 2
  • 13
0
votes
1 answer

calabash-ios: The app hangs when running automation

I'm using the simulator (iOS 9.0). I’m running the command: device_target=UDID cucumber The simulator starts and the app is loading, but then the console hang for few min until time out. I have the same issue when I run it manually in the…
Nir Ortal
  • 77
  • 12
0
votes
1 answer

Cannot specified a device when running calabash-ios with Xamarin

I have an issue that appears on one computer but on the other it is working fine. I’m running calabash-ios with Xamarin and get the error: `No device_target was specified and did not detect a connected device. Set a device_target option in the…
Nir Ortal
  • 77
  • 12
0
votes
1 answer

page to page swipe on IOS application for the calabash-ios

Does anyone know how to define the swipe of a UIPageControl in an iOS application for the calabash-ios because I cannot move the Page for swiping when I used this predefined steps Then /^I swipe right "([^\"]*)"$/ do |thisispage2| swipe :right,…
0
votes
1 answer

Calabash RunLoop::Fifo::NoReaderConfiguredError when trying to launch

I was running Clabash tests yesterday fine, I went home and this morning I am not able to get the app to launch on my physical device (iPhone 6, iOS 9.0.1.) I keep running into the error above, here's the exact output: Error while writing to fifo.…
Bill L
  • 2,576
  • 4
  • 28
  • 55
0
votes
2 answers

Calabash-cucumber simulator not running same version of app as the "-cal" scheme

I start out with the "-cal" scheme running just like the Calabash setup guide tells me to. Then I run cucumber for Calabash-iOS. The simulator seems to stop and restart before executing the tests in a different (possibly cached version) of my app…
Chris Traynor
  • 460
  • 1
  • 5
  • 14
0
votes
1 answer

Calabash-iOS error message: "The server version is not compatible with gem version"

I keep getting this message every time I run cucumber for Calabash-iOS. The link in the message doesn't provide any help in resolving the issue as far as I can tell. The test still runs with pass/fail results, but I'd like to resolve this…
Chris Traynor
  • 460
  • 1
  • 5
  • 14
0
votes
1 answer

Calabash 2.0 tap issue

I'm trying to test a hybrid webView application and having an issue with the tap method on an iPhone 6 simulator. Touch works fine in the same app with calabash-cucumber. Xcode: Version 7.0.1 (7A1001) OS: OSX Yosemite 10.10.5…
tuggles
  • 21
  • 4
0
votes
1 answer

Calabash IOS Unable to find xcode project

Hi guys any one knows how to resolve this problem on calabash I tried to run my first scenario but I getting an error, it's my first time to use Calabash and i'm not really a developer I'm only a QA tester I don't have any idea how to fix this…
0
votes
1 answer

Interacting with page objects on single page app

I am attempting to interact with an element on the page that is underneath another element, but hidden. The calabash query returns the correct element. Tap appears to interact with the element, as I get no error thrown at me and the page element is…
0
votes
1 answer

Get the evidence as video/movie in Calabash

I am a newbie of Calabash ( Automation Testing tool) . Regrading the evidence with calabash, as far as I know we just can take a picture/screenshot only. However with some function/input I'd like to record a video to confirm the…
Bulma
  • 990
  • 3
  • 16
  • 35
0
votes
1 answer

IOS Update 9 crash calabash

After updating the xcode for version 7, the calabash no longer meets my simulator, returning the error: No matching processes belonging to you were found Unable to find application named 'iOS Simulator' This error started after the update Xcode…
0
votes
1 answer

Unable to run automation script using Calabash Xcode 7

I am trying to run the sample 'my_first.feature' but i am facing a problem. I am following this tutorial: codingtricky - calabash-ing-ios-applications. And I also tried different tutorial but unable to figure out why I am getting this error. I am…
Muhammad Saqib
  • 993
  • 2
  • 15
  • 37
0
votes
1 answer

Unable to install and launch APP on simulator Xcode 7 IOS 9 - calabash

I just upgraded to Xcode 7 GM Seed, and I tried running my tests which were working on IOS 8.4 My app wouldn't install, and with a bit of googling I found this - https://forums.developer.apple.com/message/51922 I have added the code below, which…
Tejasvi Manmatha
  • 564
  • 7
  • 12
0
votes
1 answer

calabash-ios not working with iOS 7.1 Simulators

I'm trying to do some automated UI testing using Calabash, everything works great when I'm running on iOS 8 simulators, however, the minute I switch to an iOS 7 simulator, it doesn't seem to be able to fully start up the app. The app will open,…
Bill L
  • 2,576
  • 4
  • 28
  • 55