Questions tagged [calabash-android]

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

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

Links

More

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

Related

249 questions
1
vote
1 answer

How to scroll down with a nested scroll view in calabash-android?

So I am trying to scroll down an app with android but I get the following: Calabash::Android::WaitHelpers::WaitError: Could not find any scrollable views but I have a nested scroll with this "support.v4.widget.NestedScrollView" class. Does…
1
vote
1 answer

function doesn't return, very weird

I have a function which gets an array of element, then it iterates over the array, when expected element is found it breaks and return. The function is this: def get_expected_element(id:, name:) # I am sure there are 3 elements got elem_array =…
Leem.fin
  • 40,781
  • 83
  • 202
  • 354
1
vote
1 answer

calabash-android build in Mac giving [Error]Could not find an Android SDK please make sure it is installed

I am trying to build calabash-android in my mac i am getting the following error sudo calabash-android build /Users/igate/Downloads/SimpleCreditCardValidator/app/app-release.apk ERROR: Could not find an Android SDK please make sure it is…
Vinay Jayaram
  • 1,030
  • 9
  • 29
1
vote
1 answer

Enable Calabash-sandbox in Shell Script

I am trying to access Calabash-sandbox running shell script. Basically my shell script has #!/bin/sh calabash-sandbox calabash-android --- which basically should run calabash-sandbox and the respective commands. It executes calabash-sandbox and…
Vinay Jayaram
  • 1,030
  • 9
  • 29
1
vote
1 answer

Calabash-Android Run/Resign Gives Error

I am trying to set up Calabash-android to run with a test app but keep getting the following error. I am not sure if its a problem with the way I set it up or not. Any advice would be greatly…
imptr
  • 11
  • 1
1
vote
1 answer

Error while running a Android App through Automation Testing

When i Build my app it shows test server created, But when i Run a app it shows me the following error which i have mentioned below. For more details i have attached a screenshot please refer it. enter image description here Scenario: Then I see…
1
vote
2 answers

Calabash-android did not find adb.exe

WARN: Did not find 'adb.exe' in any standard directory of 'C:\Program Files\And roid\android-sdk\platform-tools'. Calabash will therefore take longer to load WARN: Did not find 'aapt.exe' in any standard directory of 'C:\Program…
1
vote
1 answer

android.test did not get installed. Reason: 'Aborted '

I am running calabash android test on docker and whenever I run the test the error com.beats.android.test did not get installed. Reason: 'Aborted '. Aborting! (RuntimeError) ./features/support/app_installation_hooks.rb:19:in `Before' Will not…
Muneer Muhammed
  • 883
  • 3
  • 10
  • 29
1
vote
1 answer

Calabash Android random failures because of elements not found

We use calabash-android for our functional tests here and we are experiencing strange behaviors. We have some simple scenario like: When I skip the tutorial Then I must land on my 'fancy' screen This scenario succeed most of the time, but sometimes…
Myx
  • 175
  • 1
  • 11
1
vote
1 answer

Calabash-android: application open browser and i can't get it any more

I am testing an Android application using calabash for Android. The application open the browser after some treatment, and so I am losing control on my application. How can I go back to the app after the browser is opened and it's on foreground.
Fakher
  • 2,098
  • 3
  • 29
  • 45
1
vote
2 answers

Could not list certificates in keystore. Probably because the password was incorrect

I am running calabash-android in a docker file and when I run the calabash test I got the error /usr/local/bundle/gems/calabash-android-0.7.2/lib/calabash-android/java_keystore.rb:6:in `initialize': No such keystore file…
Muneer Muhammed
  • 883
  • 3
  • 10
  • 29
1
vote
1 answer

Calabash-android select image from the device library

I am running calabash-android test for an android application. I need to attach images and videos to a particular section. I can reach the gallery section and after that, I could not select an item from the device library. Is there any way to keep…
Muneer Muhammed
  • 883
  • 3
  • 10
  • 29
1
vote
1 answer

How to run scenarios in calabash android without reset

I want to run a feature file containing different szenarios. Without a reset after each szenario. I tried to run this test by command line with 'RESET_BETWEEN_SCENARIOS' tag. RESET_BETWEEN_SCENARIOS=0 calabash-android run doesn't work. I tried to…
Bobbelinio
  • 134
  • 1
  • 8
1
vote
2 answers

Running and communicating Calabash android and calabash iOS together

Does anyone ever tried running calabash-ios and calabash android together. Suppose I have installed application A in android and application B on iOS and want to send some message from application A and validate that in application B. Please let me…
1
vote
1 answer

Can Capybara be used in Calabash-android for browser automation?

I want to open a browser from Android application for automation through calabash-android using ruby. Is it possible by using Capybara (gem install capybara) or some other method?
Divya
  • 121
  • 2
  • 11