You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Observe Activity Monitor, you should see the memory usage increases rapidly as many "node" processes started
Expected behavior
Playwright UI mode should start and display the UI without rapid increase in memory usage.
Actual behavior
The Playwright UI mode fails to start. Open Activity Monitor and observe the processes. There is a rapid increase in memory usage as multiple "node" processes start. The computer may become unresponsive high memory consumption.
@notngan I cannot reproduce it. Note that Node 16 is no longer supported. Please try with newer Node, if the problem persists please share a project where it happens, so that we could reproduce it locally.
Version
1.48.2
Steps to reproduce
npx playwright test --ui
Expected behavior
Playwright UI mode should start and display the UI without rapid increase in memory usage.
Actual behavior
The Playwright UI mode fails to start. Open Activity Monitor and observe the processes. There is a rapid increase in memory usage as multiple "node" processes start. The computer may become unresponsive high memory consumption.
Additional context
Related to a closed issue #33086
Environment
System:
OS: macOS Sonoma 14.7
Chip: Apple M1 Pro
Memory: 14.84 GB / 16 GB
Binaries:
Node: 16.10
pnpm: 7.33.6
IDEs:
WebStorm 2024.2.4
npmPackages:
@playwright/test: ^1.48.2 => 1.48.2
The text was updated successfully, but these errors were encountered: