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
Also would like to add that completing this ticket would help to resolve the issue when playwright package is not found that occurs after the direct playwright package was deprecated by PW team in favor of using the @playwright/test.
Describe the bug
@jest-playwright-preset is not getting maintained anymore. See:
https://github.com/playwright-community/jest-playwright?tab=readme-ov-file#%EF%B8%8F-we-recommend-the-official-playwright-test-runner-playwrighttest-%EF%B8%8F
And it's using a dependency that's using axios <1.7.4. which is causing a security issue that's fixed in a later version. (jeffbski/wait-on@672fd83)
The suggestion from the @jest-playwright-preset team is to migrate to @playwright/test.
Migration should be pretty straightforward, following https://playwright.dev/docs/intro
To Reproduce
No repro step needed.
System
Additional context
No response
The text was updated successfully, but these errors were encountered: