DevExpress / testcafe-browser-provider-electron

This is the Electron browser provider plugin for TestCafe.
https://testcafe.io
MIT License
48 stars 30 forks source link

Support Electron 6 #45

Closed AndreyBelym closed 5 years ago

AndreyBelym commented 5 years ago

process.atomBinding was renamed to process.electronBinding in Electron 6. We use it here: https://github.com/DevExpress/testcafe-browser-provider-electron/blob/master/src/injectable/electron-mocks.js#L61. It leads to process.atomBinding is not a function error when starting Electron through the provider.