First I have to say that this is my first contact with angularjs and node.js, so this will probably be a dumb problem, but I want to learn how to work with angularjs, so I followed this tutorial https://docs.angularjs.org/tutorial , and everything went as expected, until I get to Run end to end tests .
When I run this command:
npm run update-webdriver
He says:
selenium standalone is up to date. chromedriver is up to date.
Then I turn on the local server:
npm start
And while it works, I run tests:
npm run protractor
which in my terminal leads to: o
Using ChromeDriver directly ...
[launcher] Error: could not find chrome reverse / Home / dsh / WWW / angular -phonecat / node_modules / protractor / selenium / chromedriver.exe
Th the chromedriver.exe file really does not exist (there is chromedriver_2.10.zip), and I really don't think the .exe file should be there, given that Im uses ubuntu 14.04 (this shoul tutorial is for angular version 1.4.0).
Is this for some versions of Windows?
Can someone help me (the way a newbie could understand :))?
MatΓΊΕ‘ Bartko
source share