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
Could we get a minimal Javascript reproducible how the error occurs? Are you using Jest?
Keep in mind, that you have to close the browser with await browser.close() at the end of your tests. Also when they are failing, e.g. with a try catch.
Context:
Code Snippet
[Error: EPERM: operation not permitted, unlink 'C:**\AppData\Local\Temp\playwright_chromiumdev_profile-K5r8aA\CrashpadMetrics-active.pma'] {
errno: -4048,
code: 'EPERM',
syscall: 'unlink',
path: 'C:\****\AppData\Local\Temp\playwright_chromiumdev_profile-K5r8aA\CrashpadMetrics-active.pma'
}
Describe the bug
If we are using more pages for tests, once the execution is completed. chromium won't close by itself. We need to close manually from task manager.
The text was updated successfully, but these errors were encountered: