"No testable files found." 当尝试 运行 NUnit though final builder
"No testable files found." when trying to run NUnit though final builder
我正在尝试 运行 使用 finalbuilder/continua 进行 Nunit 单元测试,但它根本不起作用,我也不知道为什么。我刚收到这个错误:
No testable files found. Check that you have entered valid paths for
the Files field. Also ensure that the Workspace and Repository Rules
are set up correctly to copy the files to the agent.
我有以下配置:
我正在预先构建 dll:
我可以在(我认为的)正确目录中看到 dll:
我打开了详细日志记录,但没有用。我又得到了同样的信息:
Medium: 08:52:38.824 {T12} [Debug] Running action 'NUnit MES_Helpers_Test (NUnitAction)'.
Medium: 08:52:38.840 {T12} [Execute Action] Action 'NUnit MES_Helpers_Test' has failed due to an error: No testable files found. Check that you have entered valid paths for the Files field. Also ensure that the Workspace and Repository Rules are set up correctly to copy the files to the agent.
Medium: 08:52:38.840 {T12} [Debug] Running action 'Build solution (MSBuildAction)'.
我在这里错过了什么?
您的文件路径中似乎缺少 's'。
变化:
$Workspace$\Output\MES_Helpers_Test\MES_Helpers_Test.dll
至
$Workspace$\Output\MES_Helpers_Test\MES_Helpers_Tests.dll
我正在尝试 运行 使用 finalbuilder/continua 进行 Nunit 单元测试,但它根本不起作用,我也不知道为什么。我刚收到这个错误:
No testable files found. Check that you have entered valid paths for the Files field. Also ensure that the Workspace and Repository Rules are set up correctly to copy the files to the agent.
我有以下配置:
我正在预先构建 dll:
我可以在(我认为的)正确目录中看到 dll:
我打开了详细日志记录,但没有用。我又得到了同样的信息:
Medium: 08:52:38.824 {T12} [Debug] Running action 'NUnit MES_Helpers_Test (NUnitAction)'.
Medium: 08:52:38.840 {T12} [Execute Action] Action 'NUnit MES_Helpers_Test' has failed due to an error: No testable files found. Check that you have entered valid paths for the Files field. Also ensure that the Workspace and Repository Rules are set up correctly to copy the files to the agent.
Medium: 08:52:38.840 {T12} [Debug] Running action 'Build solution (MSBuildAction)'.
我在这里错过了什么?
您的文件路径中似乎缺少 's'。
变化:
$Workspace$\Output\MES_Helpers_Test\MES_Helpers_Test.dll
至
$Workspace$\Output\MES_Helpers_Test\MES_Helpers_Tests.dll