protractor-perf
protractor-perf copied to clipboard
Unable to locate chromedriver.exe
I'm trying to get this working from within Grunt. I've tried registering a task explicitly as per the documentation and including it in grunt.initConfig. I'm getting the following error in both instances:
Error: Error: Could not find chromedriver at <main>\node_modules\protractor-perf\node_modules\protractor\selenium\chromedriver.exe
@cp4r3z Are you able to run regular protractor tests ?
@axemclion Thanks for the response! Yes, I can through grunt-protractor-runner.
Could this be a bad npm download ? I just did npm install protractor
and I do see a chromedriver.exe
. Could you delete node_modules
and run npm install
again ?
I've installed a couple times now and this is the folder structure I see:
I tried reproducing this again today - I was able to run it perfectly. Can you check if you have chromedriver anywhere in the node_modules ?
You may also have to run webdriver init ?
In my case, there is no node_modules directory at all.
I have tried npm install many times but no success at all. Is there any specific procedure to install protractor-perf in the project?