Hi,
I'm now trying to run some Selenium Tests NCrunch. It works fine if I just run a single test at a time, but when I run several tests, I get an exception for about 50% of my tests:
OpenQA.Selenium.DriverServiceNotFoundException : The file C:\Projects\Zeiterfassung\Zeiterfassung.SeleniumTests\SeleniumDrivers\chromedriver.exe does not exist. The driver can be downloaded at
http://chromedriver.stor...ogleapis.com/index.html
I have checked the path just to be sure. There chromedriver.exe is there, which is why the test works fine when running it alone.
The exception seems to occur randomly. The same test might work one time, then fail another. The problem does not occur when using a different test runner, for instance Resharper.
What could be the problem and how can work around it?
Thanks,
Adrian