Context:
- Playwright Version: [1.0.2]
- Operating System: [ Linux]
- Node version: [e.g. 12.16.3]
- Browser: [e.g. Firefox]
Describe the bug
I was running the playwright automation test in cron job. When ever the first job is completed it is leaving few firefox browser instance running in background and not closing. After running multiple instances. I'm facing memory leak issue.
this is before running a job

this is after job is completed

.