xslt - Run and publish xUnit.net tests in a TFS 2008 build -


I have the team running on the TFS 2008 server. I want to run it on my xUnit.net test and show the results in detail in the details.

I know that I have to do a lot of configuration in the TFSBuild.proj script file. I managed to run the test already, but the result is not visible in the build. I followed the instructions.

The other looked the same, I got it. Unfortunately, this is obsolete Xunit's work involves a lot to overcome the lack of an ExitCode with Xunit 1.7, it is no longer necessary.

I have a hard time trying to set it up. Can someone show me a way to publish the test results in the team building?


Update: I think there are so many small questions in my question that make me more direct.

I am running a job successfully This is set to generate an XML file with a test report To show this report in the TFS build statement, I have to import it using it. However, I have to convert it to a format that MSTEST will understand.

Does anyone have an XSLT file that I can use to convert XUnate XML reports into a MSTET TRUC file?

A very promising article has been posted here:

Unfortunately, The XSLT has been slightly confused by the blog engine, and I have not kept it in an effort to work so far.

Comments