How can we help you today? How can we help you today?

Generate Reports from XML Output file

What can I do with the XML report that is generated from the XmlResultFormatter call?
:XML ON
EXEC
	tSQLt.XmlResultFormatter

I'd like to somehow integrate this in Jenkins. Is this file in a format that Jenkins would understand (JUnit, MSBuild or some other testing framework format that Jenkins might have a plug in for)?
JackAce
0

Comments

1 comment

  • Brian Donahue
    I'd think every build platform could understand XML, so it shouldn't be a problem to integrate the report with a build system. The people at tSQLt have documented how you would put the reports into CruiseControl:

    http://tsqlt.org/177/integrating-tsqlt- ... e-control/

    You may need to write a bit of XSL if you want it to look nice.
    Brian Donahue
    0

Add comment

Please sign in to leave a comment.