gocd-contrib / gocd-golang-agent

GoLang agent for GoCD
Apache License 2.0
28 stars 15 forks source link

Support generateTestReport command: from nunit test report #8

Closed xli closed 8 years ago

xli commented 8 years ago

similar with #3, support parse nunit test report.

ayatsynych commented 8 years ago

+1

yunlzheng commented 8 years ago

@xil I notice there have two release version of nunit: 2.x and 3.x. The report xml schema is different. Should we support both of the them?

http://nunit.org/files/testresult_25.txt http://nunit.org/files/testresult_30.txt

xli commented 8 years ago

@yunlzheng yes, we should be able to parse out any kind of nunit test report. But feel free to start with supporting one format.