cucumber / cucumber-electron

Run cucumber.js in electron
MIT License
118 stars 22 forks source link

Replace electron-window package by BrowserWindow #62

Closed romaingweb closed 3 years ago

romaingweb commented 3 years ago

This PR changes the way we deal with creating a window by using the available electron API directly, instead of depending on an external package.