hughsk / smokestack

Pipe your JavaScript into a browser, logging console output in Node
Other
245 stars 26 forks source link

Shutdown sauce labs when tests completed #57

Open iamcdonald opened 8 years ago

iamcdonald commented 8 years ago

Hi,

I've tried both using tap-closer and calling window.close() myself but the browser seems to just hang. The most I've got out of it is an error in chrome's console (on sauce labs) saying that window.close can't be called for some reason.

Possibly I'm missing something or there's a better way to handle this now?

Thanks,

Iain