SelfKeyFoundation / Identity-Wallet

Code for the SelfKey Identity Wallet
https://selfkeyfoundation.github.io/Identity-Wallet/
MIT License
57 stars 26 forks source link

E2E tests not working on Windows #1024

Open eduardosmoura opened 5 years ago

eduardosmoura commented 5 years ago

This issue is blocked on Windows according to this post: electron/spectron#60

sk91 commented 5 years ago

according to this comment https://github.com/electron-userland/spectron/issues/60#issuecomment-481744417 there is a solution to this can you check it out @eduardosmoura?

eduardosmoura commented 5 years ago

Will do @sk91, thanks for the update.

eduardosmoura commented 5 years ago

The workaround proposed in the comment didn't work for us. It's still popping up a lot of cmd windows breaking the e2e processing flow (broken pipe error message).

We still need to wait for a stable fix on Electron/Spectron.

sk91 commented 4 years ago

@eduardosmoura according to https://github.com/electron-userland/spectron/issues/60#issuecomment-544201517

downgrading to electron/spectron to v3.7.1 might help