문제

I'm using TestNG framework for our integration testing. I want to generate JUnit style XML report using TestNG. My project does not use Ant but we use Maven. Can you please tell what is the format of JUnit style XML looks like and how to generate JUnit XML files using TestNG API. Later I want to integrate this JUnit XML file with Hudson and I even want to customize this JUnit XML report using TestNG.

So How can I do the above tasks?

도움이 되었습니까?

해결책

TestNG already generates these files, look under test-output/junitreports.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top