简体   繁体   中英

“No testable files found.” when trying to run NUnit though final builder

I'm trying to run Nunit unit tests using finalbuilder/continua and it's simply not working and I don't know why. I just get this 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.

I have the following configuration:

在此处输入图片说明

I'm building the dll before hand:

在此处输入图片说明

I can see the dll in (what I think is) the right directory:

在此处输入图片说明

I turned on verbose logging but it's not helpful. I just get the same information again:

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)'.

what am I missing here?

There appears to be an 's' missing from your file path.

Change:

$Workspace$\\Output\\MES_Helpers_Test\\MES_Helpers_Test.dll

to

$Workspace$\\Output\\MES_Helpers_Test\\MES_Helpers_Test s .dll

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM