🚀 Feature Request
I would like playwright to dispose of the nodes attached to each test after an execution of a test is done. I am facing a memory issue since i have over 350 playwright tests running and each individual node is active in the background, until all tests are done.
Example
No response
Motivation
It will make Playwright more lightweight and efficient