|
QuickBuild 2.0 Documentation
|
To add TestNG
Generate TestNG ReportQuickBuild will NOT generate TestNG JUnit target in build.xml <testng classpathref="run.cp" outputDir="${testng.report.dir}" sourcedir="${test.src.dir}" haltOnfailure="true"> <xmlfileset dir="${test14.dir}" includes="testng.xml"/> </testng> By default, TestNG will create both XML and HTML reports. You can customize the report listener for TestNG to generate the reports, the detailed information can be referred to TestNG webiste Publish TestNG ReportTo publish TestNG report is fairly simple, just tell QuickBuild where the TestNG reports exist by inputting the file pattern which is a relative path based on the workspace directory. |
Labels
(None)