I am trying to install @testing-library/cypress
with [email protected]
already installed in my project.
It gives me a could not resolve dependency error.
It expects cypress@^12.0.0
I cannot update the cypress dependency. How do I find the right @testing-library/cypress
version for [email protected]
?
v8.0.7
says the following inpackage.json
:And it works with a simple test:
The next version is
v9.0.0
which shows peer dependency of[email protected]
, and crashes when used with[email protected]