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
{{ message }}
This repository was archived by the owner on Sep 11, 2025. It is now read-only.
Hi, I have a project more or less like react-create-app.
When jest-playwright try resolver playwright instance from project.json there any playwright in dependencies or devdependencies so this fail, because jest and playwright living in another package.
Theres some way to define playwright instance from jest config files?