Comments (9)
Unable to reproduce as well. As much as we'd like to, we can't do anything about this if we can't repro.
It's interesting to me that your top node
process uses 9gb of memory. Could you maybe check what files and ports the process it has opened? (⌘+i
-> Open Files and Ports)
from playwright.
It's likely something specific to your environment, I was not able to reproduce it neither on Mac nor on Windows. Does it also happen when you run the tests from command line?
from playwright.
@yury-s I tried with the terminal, but it happened sometimes.
I saw that some of my friends got this issue too.
from playwright.
Can you update Node to the latest active LTS (v20.17.0) and see if the problem persists? Unfortunately, there is not much we can do without a repro.
from playwright.
Hi @yury-s,
I tried with v20.17.0 and see that the error still happened.
I just init new project without any modification.
npm init playwright@latest
from playwright.
Hi @Skn0tt,
Here is the output:
https://gist.github.com/minhphong306/714554a97c38950133afed9b4acd7ccf
from playwright.
Thanks! Can't really spot any smoking gun in there, but it was worth a try. Is there a chance that both you and your friend are using a special kind of antivirus software or anything of the sorts that might be messing up with the processes?
from playwright.
I don't think so @Skn0tt.
I didn't use any antivirus software.
Let me check with my friends and I will update here.
If you have any suggestions, please tell me.
Thank you so much.
from playwright.
Closing because we lack the information and unable to repro. If you figure out something useful, please file a new issue by filling the "Bug Report" template, and link to this one.
from playwright.
Related Issues (20)
- [Bug]: Action pointer rendered for each iframe in trace viewer snapshot HOT 1
- [Bug]: viewport from playwright.config.js is not honored. HOT 1
- [Bug]: Memory Consumption Issue with Playwright 1.44.1- Assistance Required HOT 1
- [Feature]: Unable to Disable Screenshot took and Attachment for Certain Tests HOT 4
- Error: duplicate test title HOT 1
- [Bug]: VSCode extension Watch mode not working (MacOS) HOT 3
- [Feature]: I pass the json and it automatically generates request & response HOT 7
- [Regression]: `tsconfig.json`'s `compilerOptions.paths` no longer working in 1.47 HOT 4
- [Bug]: React select input click step fails on safari, but passes on chrome HOT 2
- [Bug]: 'latest' tag is pointing to "v1.46.1-jammy" docker image HOT 15
- [Bug]: @playwright/test 1.47.0 broken for tsconfig alias imports HOT 3
- [Feature]: clock feature inside tests HOT 2
- [Bug]: logPolitely logs on stdout HOT 6
- [internal]: Screenshots instead of Snapshots improvements
- [Feature]: Passing variables from playwright.config to test.spec HOT 5
- [Bug]: Trace report doesn't show up on report - Inconsistent behaviour. HOT 1
- [Bug]: VSCode Playwright extension "Error loading webview: Error: Could not register service worker: InvalidStateError: Failed to register a ServiceWorker" HOT 1
- [Bug]: Default GitHub Action says ERR_PNPM_RECURSIVE_EXEC_FIRST_FAIL Command "playwright" not found HOT 2
- [Docs]: NOTE in the Introduction / Clock page
- [Bug]: Recorder doesn't work when `Array.prototype.toJSON` is declared HOT 2
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.