I am trying to start protractor on windows from the command line.
If I directly type the command:
webdriver-manager start
It works great. However, from inside jenkins it continues to throw:
'webdriver-manager' is not recognized as an internal or external command,
operable program or batch file.
My env vars look fine since java and npm work fine with Jenkins. Any idea?
Tomer source
share