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

Why did xamarin stop supporting calabash

Right now I am using calabash for my testing if xamarin stop further development, What is the future of calabash? Is it time to move to a different framework like Appium or is someone gonna keep calabash development alive? Please help me.
chetan
  • 61
  • 1
  • 1
  • 6
3
votes
1 answer

Calabash android.util.AndroidException: INSTRUMENTATION_FAILED

The situation is as follows. I created a headless Ubuntu 16.04 Docker container with Jenkins 2.32.2, at the moment openjdk 1.8.0_121 as well as JDK 7u80 (the JDK 7 is used for the build), android SDK 16, 18, 23, 24 and 25. Somehow this setup is…
3
votes
1 answer

Installation is not happening according to Docker file

I am running a calabash-android test using docker. When I build the container with my docker file it seems like nothing executing except the first line. When I check whether ruby installed or not it shows the ruby version. Apart from that nothing is…
Muneer Muhammed
  • 883
  • 3
  • 10
  • 29
3
votes
1 answer

Calabash - start_test_server_in_background not launching app

These are the steps I followed - >Calabash-android console file.apk irb(main):003:0>reinstall_apps irb(main):004:0>start_test_server_in_background nil There is no error but my app is not launching. All I can see is a black screen like app is about…
mihirjoshi
  • 12,161
  • 7
  • 47
  • 78
3
votes
2 answers

Calabash: Get state of toggle switch

I am trying to get the state of a toggle switch in my native app. This is the query of the switch itself, when ON: query "Switch id:'quadrant_buzz'" and its results [ [0] { "class" => "android.widget.Switch", …
3
votes
3 answers

cannot load such file -- 2.2/gherkin_lexer_en, how to fix?

I need a little help. How do I resolve this problem? When I call cucumber I get the following error: *** WARNING: You must use ANSICON 1.31 or higher (https://github.com/adoxa/ansic on/) to get coloured output on Windows WARNING: cannot load such…
Maury
  • 604
  • 2
  • 8
  • 25
3
votes
2 answers

Calabash-android with Crosswalk v10.39.235.15

I am working on a testing environment that consists of the following technologies: Jenkins, Genymotion and calabash-android. Using ionic, I have a built a simple todo app - in fact it's the one found as part of this guide…
3
votes
1 answer

Integrate Calabash in jenkins android

I have developed a test using calabash-android. Everything runs how it should. Now I want to run the scenarios in Jenkins. 1) Which plugin should I install in Jenkins? 2) How run I a test? Currently I am using the command: calabash-android run , I…
Alfaplus
  • 1,713
  • 2
  • 19
  • 29
3
votes
3 answers

calabash-android block in start_test_server_in_background

I've been trying to troubleshoot the issue I am having after I changed my computer with getting .apk file to run properly. I have read all the various solutions, but none worked so far. I continue to get this error can can't figure out why: Starting…
simi
  • 1,535
  • 3
  • 12
  • 14
2
votes
0 answers

Calabash for Android on Windows - cannot proceed first test

I know that Calabash is not officially supported by MS but stil developed by community. After configuration I always get the same error: C:\Users\XXX YYY\CalabashCucumberTest>bundle exec calabash-android run io.apk No test server found for this…
Piecho3a
  • 159
  • 1
  • 3
  • 11
2
votes
0 answers

Error in Remote Calabash Server: 'Connection refused"

For the purposes of testing. I have three computers running 9 containers locally on top of a ruby Sinatra server, testing an Android app. I'm using calabash server with cucumber steps. All was running fine until about a month ago and I started…
JackGruber
  • 45
  • 3
2
votes
0 answers

calabash-android test fails in circleci, but successful during local testing

I'm using calabash-android version- 0.9.0 , the ruby version: 2.2.0 . its integrated with circleci. after execution of few steps in calabash test, the test fails. but the same test passes when tested locally. is it any issue related to version?.…
Piyal George
  • 313
  • 5
  • 20
2
votes
1 answer

Error while running Calabash-android with a test app

I am trying to set up Calabash-android to run with a test app but keep getting the following error. I have generated keystore file in .android folder, but still getting the same error. D:\Calabash>calabash-android resign…
2
votes
2 answers

calabash-android: wait for string with id to appear

I am using calabash-android to test my app. In its pre-defined steps it has a bunch of "wait" steps, but it only has "Then I wait for view with id to appear". I need to wait for a string R.string.final_result to appear. I am wondering, how can I…
Leem.fin
  • 40,781
  • 83
  • 202
  • 354
2
votes
3 answers

Calabash step to check if application is being run for the first time

Looks like the calabash pre-defined steps are not enough for my usage. My scenario is this: - If user 1st time login, my app pops up a view which contains EditText field ask user to input an nickname, then user input the name e.g. "John" and press…
Leem.fin
  • 40,781
  • 83
  • 202
  • 354
1
2
3
16 17