I am trying to run Cypress tests on LambdaTest but getting error “issue with npm dependency” and “npm package deprecated”. It is running fine with Cypress locally. Could you please help?
Hey Tim,
It looks like there are couple of dependencies in your project that are deprecated. You can run the npm i
command to find those dependencies. If your project doesn’t necessarily depend on them, you can remove them and run your tests. Otherwise, you can update these dependencies.
Hope this helps!