Issue
Trying to use the new cypress framework with a maven project - the documentation has only an npm module setup example (npm install cypress) and a package.json usage example.
How would this be converted to usage in a maven dependency?
Solution
You can also download Cypress directly without npm
.
There are instructions as well as the direct download here.
Answered By - Jennifer Shehane
Answer Checked By - Katrina (JavaFixing Volunteer)