i'm attempting to upgrade protractor from version 4.0.14 to 5.0.0 with latest standalone selenium server + latest IE driver, and facing issue that on sending shutdown command via webdriver-manager, nothing happens, i still see process up and running.
Here more detailed info on environment:
- Windows 7 64 bit
- Node.JS 6.9.1
- NPM 3.10.8
- Protractor Package 5.0.0
- Webdriver-manager status gives this
- [15:26:20] I/status - selenium standalone version available: 3.0.1 [last]
- [15:26:20] I/status - chromedriver version available: 2.26 [default] [last]
- [15:26:20] I/status - geckodriver version available: v0.12.0 [default] [last]
- [15:26:20] I/status - IEDriverServer version available: Win32_3.0.0 [last]
- [15:26:20] I/status - android-sdk is not present
- [15:26:20] I/status - appium is not present
- tests are running on IE 11
- webdriver started with Protractor webdriver-manager script with those parameters:
- --detach
- --quiet
- --started-signifier
- --versions.standalone=3.0.1
- --versions.ie=3.0.0
- All processes started and finished throw Gulp
Webdriver-manager shutdown command prints this:
[15:10:57] I/shutdown - Attempting to shut down selenium nicely
But i still can see Java processes hosting Webdriver ...
Any idea what that could be ? Sounds as a bug