Closed victal closed 8 years ago
Fixes #12.
Apparently the plugin is currently trying to find the webdriver-manager and protractor executables in PATH - which is not always the case.
Since the plugin knows the path to the executables' dir already (PROTRACTOR_DIR) it can simply execute them using their full paths.
+1
Fixes #12.
Apparently the plugin is currently trying to find the webdriver-manager and protractor executables in PATH - which is not always the case.
Since the plugin knows the path to the executables' dir already (PROTRACTOR_DIR) it can simply execute them using their full paths.