filiphric / cypress-plugin-api

Cypress plugin to show your API information in the Cypress UI runner
ISC License
257 stars 34 forks source link

Installing without npm #125

Closed ronaldborman closed 2 months ago

ronaldborman commented 1 year ago

A development/acceptance server I maintain is part of infrastructure that doesn't allow internet access. So npm install is not an option. I have installed Cypress via a zip file. To install cypress-plugin-api there were some challenges but I've found a workaround:

Perhaps somebody else could benefit from this setup. Feel free to close the issue.