Questions tagged [lambdatest]
10 questions
2
votes
1 answer
Does Lambdatest Playwright support playwright bundled browsers
I am new to Lambdatest Playwright.
As seen in Lambdatest capability generator https://www.lambdatest.com/capabilities-generator/, chrome browsers are supported. I want to know if those browsers will be bundled browsers provided by Playwright or not…

learner
- 4,614
- 7
- 54
- 98
1
vote
0 answers
How to use lambda-file-exists validation when not knowing the file name
Im creating an automation testing using Selenium+Lambda and have to validade if a file is downloaded.
I found the following solution in lambda support page
https://www.lambdatest.com/support/docs/download-files-using-lambdatest-selenium-grid/
Indeed…

drkvader
- 163
- 2
- 12
0
votes
0 answers
How to make pipeline fail when a error is outputted from java appium
I want to make my pipeline fail if I have an error.
For now, for example, if I don't find an item, my pipeline shows as if everything is OK.
For example, if i dont obtain an element, i say to my code that do this…

Leonardo Aros U
- 7
- 1
0
votes
0 answers
How to get LambdaTest session ID from within Playwright tests?
I have automation tests written in Playwright, I'm using CucumberJS with it and my tests are running on LambdaTest. Inside my code I want to print LambdaTest session ID that is generated for each scenario.
How to do it?
Tried already
let response =…

Inchess
- 1
- 1
0
votes
0 answers
How rename steps on test log in Lambda test app automation
i want rename steps like "click element"
steps on lambda test
i have this in code:
MobileElement login = (MobileElement) driver.findElementByXPath("//android.widget.Button[@index='1']");
login.click();
i want rename to differentiate one…

loo
- 1
- 1
0
votes
1 answer
Serenity JUnit tests are not getting executed in parallel with LambdaTest Maven Tunnel
I am using all these dependencies in the POM.xml for my serenity project.

Shahnawaz Sk
- 3
- 2
0
votes
0 answers
Lambdatest stability issues
I'm looking for lambdatest subscription for real devices. Facing multiple issues like stability, devices getting hanged, slowness although cost wise is better than browserstack and other tools. Need your help whether should i go ahead or not?
tried…

vk yadav
- 1
0
votes
1 answer
'Cypress Config File does not exist' - Lambdatest can't see cypress configuration file
I've got installed Cypress on my Vue project and created just a few simple tests that perform great when I run Cypress with this command npx cypress open.
I am trying to implement automatisation with the help of Lambdatest but when I run command…

Michael
- 23
- 4
0
votes
0 answers
executing puppeteer.connect behind a proxy
Hi can someone help to figure out how to successfully execute the following puppeteer.connect behind the proxy ?
Thx.
await puppeteer.connect({
browserWSEndpoint: "wss://cdp.lambdatest.com/puppeteer?capabilities=xxxxx",
})

Razalgul
- 3
- 2
0
votes
1 answer
Command logs in Lambdatest disappear after test finishes
I have UI based tests written using Specflow & MSTest. Recently I needed to migrate my tests from NUnit to MSTest. After this migration I noticed that when test is running I can see command logs, but after test finishes I have this information: "No…

Aleksandra Skoczypiec
- 91
- 1
- 8