jest-playwright-preset 1.5.1 not working with playwright 1.10.0 and jest 24.9.0
See original GitHub issueDescribe the bug When using the following versions in a project (package.json):
...
"jest": "24.9.0",
"jest-playwright-preset": "1.5.1",
"playwright": "1.10.0",
...
the npm install failed with cb() never called!
To Reproduce Modify the package.json as above and install.
Expected behavior Should not happen.
Screenshots
Desktop (please complete the following information):
- OS: Windows
- Playwright version: 1.10.0
- jest-playwright version: 1.5.1
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Jest 27 support · Issue #665 · playwright-community ... - GitHub
Describe the bug I am trying to use jest-playwright with Jest 27 and get this error: TypeError: virtualMocks.get is not a function at ......
Read more >jest-playwright-preset - npm
Start using jest-playwright-preset in your project by running ... There are 12 other projects in the npm registry using jest-playwright-preset.
Read more >jest-playwright-preset - npm Package Health Analysis - Snyk
Running tests using Jest & Playwright. For more information about how to use this package see README. Latest version published 5 months ago....
Read more >babel-jest version conflict in react + node application
For anyone coming across this in future - I ran into this same problem when installing Jest in the server folder containing a...
Read more >Using Jest with Playwright
In this blog post, we'll compare two Jest setups for creating and running end-to-end tests with Playwright.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@mmarkelov what do you think about adding jest > 26 to the peerDependencies?
that makes sense