cypress-electron-plugin icon indicating copy to clipboard operation
cypress-electron-plugin copied to clipboard

Cypress plugin for testing Electron applications

Results 3 cypress-electron-plugin issues
Sort by recently updated
recently updated
newest added

``` 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: ![image](https://user-images.githubusercontent.com/199648/67499854-06b1ae80-f682-11e9-919d-8bd0963f3c8b.png)

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...