This repository was archived by the owner on Sep 11, 2025. It is now read-only.

Description
Is your feature request related to a problem? Please describe.
I want to more easily debug Playwright errors with jest-playwright.
Describe the solution you'd like
Playwright has an Inspector feature https://playwright.dev/docs/inspector/ that let's you PWDEBUG=1, which launches browsers in headed mode etc. One can also use await page.pause();.
Does this work out of the box with jest-playwright? Can it be documented in the README?
Describe alternatives you've considered
None, because I like jest-playwright.