python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
launching Theia based electron app (artifact/package) isn't working
Almost new in using playwright. Exploring the things and checking what we can do with this tool.
I am trying to launch our Theia based electon app in Ubuntu 18.04 with below source.
const { _electron:...
noor
Votes: 0
Answers: 1
How can I use browserContext in the playwright test runner?
I'm using playwright to test a PWA (Progressive Web App) and I want to test the offline behavior.
browserContext has a setOffline method.
When calling playwright as a library, I can set browserContext...
Patrick Kenny
Votes: 0
Answers: 2
How to execute my playwright tests in Azure DevOps Test Plans
I am trying to use Azure DevOps TestPlans in our organisation but I didn't find any option to run my Playwright tests in Azure Test Plans.
Any suggestions if I can somehow manage to execute my playwri...
user3084475
Votes: 0
Answers: 1
Playwright Test - work in 4 browsers(Chrome, Microsoft Edge, Firefox, Webkit), toggle button problems
The test passes successfully for Chrome and Microsoft Edge browsers and gives an error for Firefox and Webkit browsers. When running the same test at the same time.
Gives this error:
waiting for eleme...
BrynzaRuslan
Votes: 0
Answers: 1