Skip to content
Matias Beckerle edited this page Jul 7, 2015 · 1 revision

Could not find chromedriver at C:\randomfolder\mean-seed\node_modules\grunt-protractor-runner\node_modules\protractor\selenium\chromedriver.exe

Add this setting at protractor.conf.js:

chromeDriver: 'C:/Users/youruser/AppData/Roaming/npm/node_modules/protractor/selenium/chromedriver.exe'

Clone this wiki locally