Questions tagged [browserstack]

BrowserStack is a cloud service providing web browsers and mobile devices for both manual and automated testing.

Testing in Browsers

Test in real browsers including Internet Explorer 6, 7, 8, 9 and 10 (with metro mode).

Testing Android/iOS Apps

Use App Live for manual testing an app on a wide range of different OS versions or use App-Automate to automate the tests to be run on the cloud.

Official real mobile devices and emulators

Provides a wide range of real iOS and Android devices for testing on a combination of various browsers such as Chrome, Firefox, Safari.

Also, supports Windows phone and tablets emulators. Which allows users to test on different combinations.

Test local and internal servers

You can test against any internal/private server or local HTML designs in their remote browsers through our secure tunnel setup via BrowserStack Local Binary support.

Pre-installed developer tools

BrowserStack provides dev tools in real-mobiles which enables debugging cross-browser issues in realtime. For quick cross-browser testing and debugging on Windows or macOS, browsers come with preinstalled tools like Firebug, Developer Toolbar.

Multiple Desktop OS

Test on multiple flavors of Windows and Mac OSX Operating systems.

Screenshots

Screenshots tool provides a quick snapshot of a page by capturing screenshots on a combination of selected devices.

693 questions
1
vote
3 answers

Unable to upload files from local system in puppeteer using browser stack. How to fix this?

I am using browser stack local to run my puppeteer scripts. I have browserstack.local set to true in my capabilities list and I have a secure tunnel created between browser stack and my local system. But I am not able to upload a file that is in my…
Kavya AS
  • 11
  • 2
1
vote
3 answers

How to configure usage of Browserstack Observability for Appium without a wdio.conf.ts file?

In our Appium test automation project, we have a customized configuration that does not use the default wdio.conf.ts file. So far we did not encounter any issues with this: the driver configuration is set up in a separate class and tests run as…
Tybs
  • 512
  • 4
  • 23
1
vote
0 answers

Webapplication automation on Browserstack

Webapplication automation on Browserstack -When we try to run WebApplication script with hardcoded URL > it runs successfully without any error on device Iphone 14 latest browser, same way when we are trying to read URL from configProperties - it is…
1
vote
1 answer

Change default Host name "http://localhost:4723" in Karate Framework for mobile automation

I need to update the default Host name/webDriverPath "http://localhost:4723" in Karate Framework for mobile automation. I am trying to run the mobile script on BrowserStack using webDriverPath as…
1
vote
0 answers

Mobile test for Browserstacks boots a device but throws AndroidDevice error

I am currently using the following: PlayWright.Microsoft Specflow Nunit Framework I am trying to combine a mobile browserstack test with the above frameworks. the way I set it up is having the logic of connecting to browserstack in my…
1
vote
2 answers

How can I get my Dotnet Test to rerun failed tests

I am using C#. I am using Azure Pipelines and BrowserStack. I know how to get the Pipelines to rerun the task but I want to only run the failed tests for a second time right after the initial failures. Is this possible
HANSTKE
  • 47
  • 6
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 Selenium SDK - How to Pass Browser Specific Capabilities

I am attempting to setup some tests using BrowserStack Automate + TestNG. I have followed the documentation here. I used the SDK and thus am using browserstack.yml for config; i.e. buildName: xxx projectName: xxx framework: testng platforms: -…
KellyM
  • 2,472
  • 6
  • 46
  • 90
1
vote
1 answer

Why is QSslSocket not emitting `readyRead()` signal when connecting from "BrowserStack" mobiles?

We are using QSslServer to accept https connections in form of QSslSockets and it's working for years in Windows, Mac, Ubuntu & Android's Chrome & Firefox. To our surprise, the website connection is not happening if we use Browserstack's mobiles,…
iammilind
  • 68,093
  • 33
  • 169
  • 336
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
0 answers

Unable to initialize the Alt unity Driver using Appium

Failed to connect to AltUnity Tester on host: 127.0.0.1 port: 13000. private void connectunity() { AltUnityPortForwarding.forwardAndroid(); try { altdriver = new AltUnityDriver(); }catch (Exception e) { // TODO: handle exception …
1
vote
0 answers

Jenkins - PDF not downloading in Jenkins directory when the download is initiated from UI

I am trying to download a pdf from Chrome browser in Jenkins. However, I am seeing an error as "File not found" exception in Jenkins. When I ran the same code locally it was working fine. I don't see any exceptions. Below is the code that I am using…
1
vote
0 answers

Appium: invalid argument: Unsupported locator strategy: accessibility id

I am testing my Expo (React native) app using Appium and Browser stack, Following is my configuration for BrowserStack and Appium: // ============ // Specs // ============ config.specs = [ './tests/specs/**/app*.spec.ts', ]; config.exclude = [ …
Dinesh Kachhot
  • 385
  • 5
  • 15
1
vote
2 answers

Browserstack: Next.js Cypress e2e test unable to resolve relative import

I’m using Cypress’ nextjs plugin, and when I try to run any test via Browserstack, I get the following error when trying to import modules via relative paths. Oops...we found an error preparing this test file: >…
1
vote
0 answers

Cannot find module '@cypress/code-coverage/task'

I'm using cypress to automate browserstack, I try to automate from local first, but when I npx browserstack-cypress run –sync, there's error: error: Cypress could not run any of the specs in the build since an exception occurred. The stacktrace of…