testing-library / cypress-testing-library

🐅 Simple and complete custom Cypress commands and utilities that encourage good testing practices.
http://npm.im/@testing-library/cypress
MIT License
1.8k stars 152 forks source link

Support Cypress version 9.0.0 #208

Closed exalted closed 2 years ago

exalted commented 2 years ago

Relevant code or config

N/A

What you did:

npm i --save-dev cypress@9.0.0

What happened:

N/A

Problem description:

Well, with the current peer dep definition, npm will keep complaining about not being able to resolve the dependency.

Suggested solution:

We should bump up the peer dev version.

charklewis commented 2 years ago

I have come across this issue too.

HonkingGoose commented 2 years ago

This can probably be closed now that PR #207 is merged. It will take some time for this to get released I think?

EDIT: Cypress 9.0 is now supported in version v8.0.2. 🥳