I am struggling to get it to run my tests. In the Execute Windows batch command on Jenkins, I have put the following command:
C:\Program Files (x86)\Gallio\bin\Gallio.Echo.exe" /report-type:Html /verbosity:quiet “Project.Tests\bin\Release\*.Tests.dll
It doesn't like the *.Tests.dll
bit, in that it says:
Cannot find directory containing file pattern Project.Tests\bin\Release\*.Tests.dll
.
My next question would be if I change the report-type to xml, is it straight forward to get my unit test reports published in hudson?
many thanks.
I am pretty sure you want to look into using the Gallio Plugin instead of using the execute windows batch command.