question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

jest-playwright-preset 1.5.1 not working with playwright 1.10.0 and jest 24.9.0

See original GitHub issue

Describe 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 image

Desktop (please complete the following information):

  • OS: Windows
  • Playwright version: 1.10.0
  • jest-playwright version: 1.5.1

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
mxschmittcommented, Mar 25, 2021

@mmarkelov what do you think about adding jest > 26 to the peerDependencies?

0reactions
mmarkelovcommented, Mar 27, 2021

@mmarkelov what do you think about adding jest > 26 to the peerDependencies?

that makes sense

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found