Questions tagged [bitbar]

Bitbar provides the most comprehensive and scalable mobile testing platform for real Android and iOS devices. Use this tag only for questions relating to running tests or builds on Bitbar's mobile device cloud service or CI integrations created by Bitbar. Questions related to third party integrations should not use this tag.

11 questions
2
votes
1 answer

Bitbar Cloud Appium Server Side test package content for JavaScript

Does anybody know what the contents of the zip file used for server side test running should be when using Javascript as the language? I've looked at the python and ruby examples on the github page (GitHub bitbar-samples repository), but there is…
1
vote
1 answer

I have to specify my local Appium server URL. Where/How can I find the URL?

I am trying to run an automation test using smartbear testcomplete using a local device/mobile. To be able to do this, I have to specify my local Appium server URL. Where/how can I find the URL? See the attached screenprint.enter image description…
Wil'
  • 11
  • 1
  • 3
1
vote
1 answer

Appium session times out using BitBar cloud before I have chance to do anything

I'm using the Appium GUI to try to connect with the cloud servers at BitBar. I have entered the capabilities, including my API key and app id, and the connection starts successfully. However, once the app loading screen comes up, the test stops…
1
vote
1 answer

what information should be available in .sh file

I'm new to BitBar and did a very basic setup looking at a videos (https://www.youtube.com/watch?v=ZxTnmDHxG14) but actually not aware what content/code should be available in .sh file and all the prerequisites which are required. Please help me to…
Dhanesh
  • 63
  • 1
  • 13
1
vote
1 answer

Not able to upload apk to testdroid

curl -H "Accept: application/json" -u username:password -F myAppFile=@"path to apk" http://appium.bitbar.com/upload com.testdroid.api.APIException: Failed to acquire access token. Reason: cloud.bitbar.com
Amaan Memon
  • 154
  • 4
  • 8
1
vote
0 answers

Retrieving target folder from Testdroid server side execution

I'm trying to create a server-side testdroid execution for my android automation test using Jenkins. But, it's kinda hard to get the whole "target" folder send back to my Jenkins. Has anyone have any idea how to do that? They have some API to get…
0
votes
0 answers

W3C error code NoSuchElementError for Android Appium locators

I am using Appium 1.22.3 and webdriverIO5 for Android mobile automation The DOM for the element I am trying to click on is as below: I have used different combinations of…
0
votes
1 answer

NoSuchElementError for Android Appium locators

I am using Appium 1.22.3 and webdriverIO5 for Android mobile automation The DOM for the element I am trying to click on is as below: I have used different combinations of locators as below: await…
0
votes
1 answer

Install ios-webkit-debug-proxy on Bitbar real device

I am trying to test an iOS application using appium on a Bitbar real device. I start my test by executing an appium test and after the login I need to switch to WEB_VIEW context to continue testing. I did some research and found that I need to have…
HeXMaN
  • 113
  • 1
  • 11
0
votes
1 answer

How to forward port for App testing. Test Droid Cloud

I am trying to run automate tests using Appium on https://cloud.testdroid.com. The Android app is made from Unity3d game engine and is using AltUnityTester (https://gitlab.com/altom/altunitytester/tree/master) for this. Before installing the…
Mohit Pundir
  • 109
  • 1
  • 7
-1
votes
1 answer

Share files on BitBar

We just started testing with BitBar to see if it will fit our needs with mobile development testing. A member of the team uploaded an Android file for testing, but nobody else can see that file on their file library. How do we share files so that…
rpalmer
  • 11