bitovi / launchpad

NodeJS Browser Launcher
MIT License
46 stars 28 forks source link

Testee not closing nw.js when tests are complete #87

Open andrejewski opened 7 years ago

andrejewski commented 7 years ago

@ericcarino commented on Mon Oct 10 2016

We have an nw.js based application. On Mac, we recently changed the bundle name of the application. This has caused testee to hang for some reason. Once the tests have completed, testee doesn't close nw.js, thus the "hang".

I noticed if I have multiple copies of the application on my system, some have the old bundle name, others with the new, then this causes testee not able to close nw.js. To workaround, I remove all of the applications with the old bundle name, update Mac's Launch Services database, and that resolves the issue. This process is fine for developer machines. This process is not fine for our build machines, as it has to be able to build versions of our application with both the old & new bundle name.

andrejewski commented 7 years ago

@ericcarino I moved this to the correct project, are you still seeing this problem?

ericcarino commented 7 years ago

@andrejewski - No, we don't see this anymore. It could be due to the fact we've updated our build machines to the latest OSX version (10.12)? The previous version was 10.10