【发布时间】:2016-05-29 10:20:47
【问题描述】:
我正在尝试将我的 Selenium webdriver for .Net 测试设置为 Jenkins,第一次设置为 Jenkins 之前从未尝试过,但遇到了一些令人头疼的问题。
我在Jenkins 中安装了VSTest Runner plugin,在Configuration 中我在VSTest 安装程序中将Path 添加到VSTest 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.
看起来它将空格读取为换行符,我什至不确定是否正确,任何人都可以启发我吗? :)
【问题讨论】:
标签: .net jenkins selenium-webdriver vstest