rochejul / gulp-angular-protractor

Gulp plugin to run protractor tests
MIT License
25 stars 25 forks source link

Run webdriver-manager and protractor using relative paths #13

Closed victal closed 8 years ago

victal commented 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.

patfrat commented 8 years ago

+1

red2678 commented 8 years ago

+1

flippinjoe commented 8 years ago

+1