719 questions
1
vote
0
answers
55
views
TestNG on Browserstack: WebDriverAgent errors when running large test group of more than 600 tests
I basically followed the TestNG sample project to migrate an existing Android testing codebase from Appium 1 to Appium 2. The initial implementation based entirely on the sample project worked fine ...
0
votes
1
answer
154
views
How to upload the build on Browser Stack (App-Automate & App Live) through Azure DevOps pipelines
Previously, BrowserStack offered seamless integration with Visual Studio App Center, allowing it to fetch builds automatically without requiring manual uploads. However, since App Center was ...
-1
votes
1
answer
557
views
Setting browser specific capabilities using Browserstack SDK
Using the Browserstack SDK i want to run Java Selenium Tests on Browsers : Chrome, Edge and Safari in Browserstack cloud ; however i need to set Browser specific capabilities :
For example,
...
0
votes
2
answers
123
views
Browserstack Nunit testing - run locally
After 2 days of trying reaching out for somebody to shed some light on this.
My ideal setup for writing tests is that a test will be developed using local browser (which I can get to work).
Then have ...
0
votes
1
answer
197
views
Not able to run tests on playwright using browserstack in localhost, as localhost is not working
I am trying to run playwright tests against localhost on browserstack.
I am not sure if the localhost is up, and if its up why playwright is not running the tests
My browserstack yml is as:
userName:
...
1
vote
0
answers
35
views
LambdaTest CloudTesting App Automation using APN
So in our company we have private provider for SIM Cards and is also providing us APN for more secured data flows. Until now, we have been using physical devices and maintaining them on our own in our ...
0
votes
1
answer
246
views
Programmatically modifying browserstack configuration file
I'm writing test cases for browserstack App Automate using TestNG framework.
I need to update browserstack configuration file programmatically before the device initialization occurs.I'm using the ...
0
votes
1
answer
220
views
##[error] Build not found by name on azure pipeline
When running tests on Azure pipeline I get the following error for the BrowserStack Results task: Build not found by name. This is for automated tests running Playwright using Typescript.
I tried ...
0
votes
1
answer
190
views
Error Uploading apk to BrowserStack in Azure
I'm working with Browserstack and Azure. When It uploads apk with task BrowserStack App Uploader. Azure show the error
[BrowserStackAppUploader] Error in uploading app :
{"error":"[...
1
vote
0
answers
420
views
BrowserStack errors running IPA
I'm testing an IPA created with React Native with the aim of testing it on different iPhones. The app seems to work apparently well without any strange behavior, but when I'm running the app on ...
0
votes
1
answer
104
views
Using Browser specific options instead of DesiredCapabilities - Selenium 4
I am upgrading Selenium 3 to Selenium 4. One of the features in Selenium 4, is that DesriredCapabilities is deprecated. In some of the forms, it is mentioned that we can continue to use the deprecated ...
0
votes
1
answer
395
views
Trying to click on an element that is clickable manually, but not with automated test in C#
I'm trying to automate tests for a mobile application in C# using Selenium with Appium. This application was made using Flutter and there is a section where I have to select the purchase date for an ...
0
votes
1
answer
266
views
Jenkins Code as Configuration (jcasc) and browserstack credential creates credential but blocks casc reload
We use jcasc for jenkins config and have a browserstack credential, the cred gets created but when we reload the casc we see
Error
Failed to construct instance of class com.browserstack.automate.ci....
2
votes
0
answers
301
views
Cannot run test suite on M1 machine
I have a test automation project, written in C#, which uses Appium and NUnit, as frameworks of choice. Project also uses BrowserStack for cloud testing. We recently moved from legacy integration of ...
0
votes
0
answers
159
views
Single browserstack session for all BDD scenarios
I want to run all my BDD scenarios in one single browserstack session, when I run from feature file it is achievable but when it is run from the runner class I am getting new sessions in Browserstack ...
0
votes
0
answers
118
views
For automating a desktop eCommerce site running on mobile device as a mobileweb app, is Playwright a reasonable choice?
At our client, they have an eCommerce website made of node.js, vue.js etc., which implements their SAP (ERP) backed processes. Customers use both desktop and mobile devices to create orders.
WorkSoft ...
0
votes
1
answer
749
views
How to perform a Tap using Appium 2.0 C#
I miss touchactions but they are deprecated so I want to understand how to write them with W3C standards. I want to move to a location and then tap that location. Here is what I am trying but its not ...
0
votes
1
answer
375
views
VsTest is running all my tests and ignoring Test Category for Nunit Tests in the Azure Pipeline
I am trying to run tests in Visual Studio Test in Azure Pipelines. It worked Until I recently took a SDK from my cloud provider that made me set up run settings for my environments. I also upgraded my ...
0
votes
1
answer
835
views
BrowserStack's App Automate- Error when running the sample project from the Quick Integration Guide in C#
This is my first time using BrowserStack's App Automate and I downloaded the sample project from the Quick Integration Guide using C#. When I run the tests for the sample project, I get the following ...
1
vote
0
answers
613
views
App not working only on browserstack IOS devices
Our cross platform app( build using Xamarin.Forms) is running successfully on all the physical devices and also on the Bowserstack Android devices, but it throws error on Browserstack IOS devices.
In ...
1
vote
0
answers
200
views
How to name a BrowserStack session with Cucumber Scenario name?
I've 10 Cucumber Scenarios and I execute them on BrowserStack using Jenkins. Post execution, all my 10 scenarios will be updated with same name which we configured in capabilities.
Is there a way to ...
0
votes
1
answer
1k
views
My test cases are passing locally but getting unmarked on BrowserStack
I am running my selenium test case on browserstack but its skipping the last 3 steps of the testcase and marking the status as UNMARKED. The browser stack suite report on Slack shows the Test cases as ...
0
votes
1
answer
87
views
Safari keeps asking customers to log in when they already are
On this Shopify store with a current Dawn theme installed, cooltools.us, older versions of Safari keep asking customers to log in while they are just browsing the store, and this continues to happen ...
1
vote
3
answers
2k
views
How do I make Playwright in Python use a proxy?
I am currently trying to get a cross browser testing solution from BrowserStack to work with all our company frameworks.
For Selenium this works fine by adding os.environ['HTTPS_PROXY'] = ...
0
votes
1
answer
89
views
How to organize cross-browser testing on browserstack
I am executing a set of test cases on 2 browsers. By default, Browsersatck will execute the test cases one by one on each selected browser. This way is causing errors because the test cases are ...