browserstack / browserstack-local-nodejs

NodeJS bindings for BrowserStack Local
https://www.browserstack.com
MIT License
71 stars 56 forks source link

Add promise versions of start and stop #118

Open NightWing1998 opened 4 years ago

NightWing1998 commented 4 years ago

Can we have promise based implementations of local start and stop? The callbacks are good as well but providing the promise based implementations as well would make it easier in certain cases especially with more and more async await patterns being used in js.