cypress-electron-plugin
cypress-electron-plugin copied to clipboard
Cypress plugin for testing Electron applications
``` npm install -D https://cdn.cypress.io/beta/npm/3.5.0/circle-test-electron-app-4964-05caf31764a934d1446b46ae62b23dacfaef6afc-151611/cypress.tgz npm ERR! code E403 npm ERR! 403 Forbidden - GET https://cdn.cypress.io/beta/npm/3.5.0/circle-test-electron-app-4964-05caf31764a934d1446b46ae62b23dacfaef6afc-151611/cypress.tgz ```
Not sure what I'm doing wrong, but this is the error I am getting: 
Im trying to use this new plugin to test my Electron app. Moving window creation into a separate function as suggested is possible, but my main.js does more things, for...