Questions tagged [browserstack-app-automate]

21 questions
3
votes
1 answer

Flutter ios appium wont launch app to run tests on browserstack

browserstack has told me that i need to build my ios app in --profile mode, which is also true of your documentation the problem is that even if i build in --profile mode, they only way i can archive a .ipa is to choose the Release scheme, choosing…
2
votes
1 answer

swipeGesture not supported by BrowserStack - Automation using Appium - Android

Testing Mobile native app with Appium using BroswerStack (Android device) and it throws an UnsupportedCommandException (please see below) when trying to execute the swipeGesture to perform a swipe up. Btw, it is working in a local execution using…
1
vote
1 answer

BrowserStack Local Testing + Cypress: local HTML file

I have a frontend app, and the final result of the build command is a single HTML file: index.html I have cypress tests for it, validating the index.html file shows visually perfect: cy.visit('./dist/index.html'). I do not need to serve the…
Ardeshir Izadi
  • 955
  • 1
  • 7
  • 25
1
vote
1 answer

How to scan multiple QR codes in IOS app using BrowserStack App Automate tool?

In IOS App automation using BrowserStack App Automate tool, need to scan multiple QR codes in one session. Currently, can scan only one QR code after injecting it before camera action. Can anyone help me with alternative for this? Till now tried…
1
vote
0 answers

BrowserStack - Fail Gradle command if UI tests fails

I want to fail my Github pipeline when any UI tests fail on BrowserStack. Currently, Browserstack Gradle plugin provides a task executeDebugTestsOnBrowserstack which runs all the UI tests of the app on the cloud but does not fail the Gradle task…
1
vote
1 answer

How to integrate an Appium flutter driver automation suite(Java) with BrowserStack?

I have created an Appium flutter driver automation project(Java) and I need to integrate it with browser stack. Any support on it?
Anosha
  • 21
  • 1
1
vote
0 answers

How can I get realtime network calls in BrowserStack app-automate?

How can I get realtime network calls in BrowserStack app-automate? There seem to be two options for me so far from what I have explored. Get network logs from BrowserStack. Issue: With this approach, I can get network calls only after the session…
Optimus Prime
  • 6,817
  • 5
  • 32
  • 60
0
votes
1 answer

Selenium Actions moveToElement not working for browserstack iphone only

I'm writing a simple selenium automation for a Angular single page applcation and integrated the browserstack. This code run fine in locally, and works on browserstack for below platforms. - os: OS X osVersion: Big Sur browserName: Safari …
0
votes
0 answers

Getting error "Connection with devtools was lost.Reconnecting now." on Browserstack

In BrowserStack I selected IOS devices and opened the app by entering the URL and wanted to open the dev tools provided by BrowserStack and I tried changing some of the CSS properties in order but the Devtools are not behaving properly it is not…
ali
  • 492
  • 2
  • 7
  • 18
0
votes
1 answer

Derive REST API from CURL command

I have the following CURL command to upload file into browser stack custom media. I want to make this process automated. Can I use REST API to do the same? Like -u is basic authentication in REST API, -F is to update a HTTP form request from a…
Kavya AS
  • 11
  • 2
0
votes
1 answer

Browserstack python sdk is throwing type error in init file of its own libary

I am trying to run the automation in local using browserStack. I am using python and appium for this. I am getting the below error. I am unable to understnad what I need to change. Appium server v1.22.3 Browserstack python sdk version…
0
votes
0 answers

Browserstack with Playwright not logging all test runs / restarting browser

I'm writing Playwright tests integrated with the Browserstack Automate dashboard. I have encountered a situation where if run e.g. 5 tests in a file, they will all run locally in Playwright and all results will be displayed in terminal, but the…
rrr
  • 1
  • 1
0
votes
0 answers

WebdriverIO with Appium Service access to BrowserStack using corporate network issue

We are trying to connect to Browserstack App Automate using WDIO(Appium Service). But we are getting below error ERROR @wdio/runner: Error: Failed to create session. [0-0] getaddrinfo ENOTFOUND hub-cloud.browserstack.com We got a confirmation that…
0
votes
1 answer

Execution Error in BrowserStack after 50 minutes

Appium script that is running in BrowserStack, is working fine for 50 minutes. The sequence is repeatedly calling for continuous execution. The session timeout for BrowserStack is set to 300 seconds. After 50 minutes, the execution always stops. How…
0
votes
0 answers

How to quit mobile driver session in parallel execution - testng in Browserstack

I am working on TestNG framework which is integrated with Browserstack for Mobile automation. The framework behaved very well until we were running a single thread in browser stack for our test execution. The problem actually started when we…
1
2