rhysd / wdio-appium-service

No longer need to launch Appium manually for Webdriver.io
MIT License
9 stars 8 forks source link

Appium Server 1.6.3 not shutting down after tests #3

Open rahulmr opened 7 years ago

rahulmr commented 7 years ago

When I use the latest appium server 1.6.3, wdio-appium-service is not able to all the processes on windows. It will be good if you can test the service on windows platform as well and also introduce something like below

var isWin = /^win/.test(this.process.platform);
if(isWin) {
kill(process.pid);
}
walternolasco commented 5 years ago

@rahulmr Hi, Is there any workaround for this while we wait for an official fix?

Thanks in advance!