我正在尝试将我的Selenium webdriver for .Net测试设置为Jenkins,第一次以前Jenkins从未尝试过,但是遇到了一些令人头疼的问题。
我安装在VSTest Runner pluginVSTest安装程序Jenkins中。ConfigurationPathVSTest C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\CommonExtensions\Microsoft\TestWindow\vstest.console.exe
并添加了运行测试:
但出现以下错误:
Error: The test source file "C:\Program" provided was not found.
Error: The test source file "Files" provided was not found.
Error: The test source file "(x86)\Jenkins\jobs\Jenkins" provided was not found.
Error: The test source file "Test" provided was not found.
Error: The test source file "App\workspace\RegressionTestLibrary\bin\Debug\RegressionTest.dll" provided was not found.
看起来它将空格读作换行符,我什至不确定做对了,任何人都可以启发我吗?:)

