Comments (4)
It looks like your configuration also depends on a remote connection to a browser. Please share complete minimal example which we could run locally to debug the issue.
from playwright.
Sure. I have created a repository with minimal example here.
I have commented the browserstack credentials in the browserstack.yml file.
https://github.com/srikanthathikari/playwright-playground
from playwright.
This test passes just fine. Also it doesn't use wsEndpoint anywhere. The problem seems to be coming from the browserstack hooks into Playwright, in that case you should file this bug with them we cannot help with that. If you think this is a Playwright issue we need a self-contained reproduction that doesn't depend on external services such browserstack.
from playwright.
Closing per the response above, feel free to open a new issue if it doesn't work.
from playwright.
Related Issues (20)
- [Bug]: UI doesn't call setup and passes incorrect outputDir HOT 3
- [Please read the message below] Can we run the playwright test and see the test report in docker container. ( like dagger) HOT 2
- [Bug]: Playwright UI crashes with "Out of Memory" HOT 5
- [Bug] [VSCODE extension]: Multi-root workspaces with playwright confuses the extension, both test suites never show up HOT 1
- [Regression]: Pressing Tab in Firefox does not trigger `blur` event HOT 1
- [Bug]: unexpected expect.extend behaviour HOT 4
- [Bug]: attachments are wrong/confusing when `expectScreenshot` fails on time limit HOT 2
- [Bug]: Unable to launch chromium browser with ver 1.46.1 in windows. HOT 9
- [Bug]: VSCode extension "Play" button won't render for wrapper utilities HOT 1
- [Feature]: [playwright-vscode] Add means to wrap/change test run command HOT 3
- [Feature]: ZoomIn ZoomOut feature while scripts are running in headed mode HOT 3
- [Feature]: method signature in the Documentation HOT 4
- [Feature]: Create a "store" that Playwright Tests can use to share data between tests HOT 13
- [Bug]: Page.route does not intercept web worker requests HOT 2
- [Feature]: Automatically set `process.env.PLAYWRIGHT = 'true'`? HOT 10
- import { test } from "@playwright/test"; ---- This @playwright/test is highlighted in red color because of which unable to execute TC
- NTLM Authentication & Playwright
- NTLM Authentication HOT 1
- [Bug]: NTLM Authentication Credentials ignored? HOT 1
- [Bug]: In Github actions tests are running with headed mode chrome and we have set config headless: true HOT 4
Recommend Projects
-
React
A declarative, efficient, and flexible JavaScript library for building user interfaces.
-
Vue.js
🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.
-
Typescript
TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
-
TensorFlow
An Open Source Machine Learning Framework for Everyone
-
Django
The Web framework for perfectionists with deadlines.
-
Laravel
A PHP framework for web artisans
-
D3
Bring data to life with SVG, Canvas and HTML. 📊📈🎉
-
Recommend Topics
-
javascript
JavaScript (JS) is a lightweight interpreted programming language with first-class functions.
-
web
Some thing interesting about web. New door for the world.
-
server
A server is a program made to process requests and deliver data to clients.
-
Machine learning
Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.
-
Visualization
Some thing interesting about visualization, use data art
-
Game
Some thing interesting about game, make everyone happy.
Recommend Org
-
Facebook
We are working to build community through open source technology. NB: members must have two-factor auth.
-
Microsoft
Open source projects and samples from Microsoft.
-
Google
Google ❤️ Open Source for everyone.
-
Alibaba
Alibaba Open Source for everyone
-
D3
Data-Driven Documents codes.
-
Tencent
China tencent open source team.
from playwright.