I tried to run this package alongside Cypress on version 6.7.1 and noticed it was restrained by peerDependencies.
Despite having some bot pull requests opened to update packages I have used npm audit fix on a fork to update all outdated packages.
Besides running the package tests I also installed the package locally on a Cypress project and it run smoothly.
I tried to run this package alongside Cypress on version 6.7.1 and noticed it was restrained by peerDependencies.
Despite having some bot pull requests opened to update packages I have used
npm audit fix
on a fork to update all outdated packages. Besides running the package tests I also installed the package locally on a Cypress project and it run smoothly.