пытается запустить мои сценарии автоматизации с помощью команд Mstest, указанных ниже,
C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\mstest.exe"
/testcontainer:C:\Test\Release\Rainbow.TestAutomation.dll /test:"RS_VerifyTheLogin" /resultsfile:C:\Test\Release\TestResultLog.trx
внутренне мой Mstest ищет файлы в папке Out и получает исключение, как показано ниже,
OpenQA.Selenium.DriverServiceNotFoundException:
The file C:\Test\Release\stan_12345 2018-12-10 06_38_57\Out\chromedriver.exe does not exist. The driver can be downloaded at http://chromedriver.storage.googleapis.com/index.html.
покажи мне путь!