📄️ Publish Boost Test Report
To publish Boost Test report, you only need two steps:
📄 ️ Publish Busted Report
Busted is a Lua unit testing framework. Since QuickBuild 6.0.9, Busted generated test reports can be published. To publish the report:
📄️ Publish CheckStyle Report
To publish CheckStyle report, you only need two steps:
📄️ Publish Clover Report
Since QuickBuild 5.1.22, you can generate and publish Clover XML report by:
📄️ Publish Cobertura Report
To publish Cobertura report, you only need two steps:
📄️ Publish Coverity Report
To publish coverity report, you need:
📄️ Publish CPD Report
To publish CPD report, you only need two steps:
📄️ Publish CppCheck Report
To publish CppCheck report, first you need:
📄️ Publish EMMA Report
To publish EMMA report, you only need two steps:
📄️ Publish Findbugs Report
To publish Findbugs report, you only need two steps:
📄️ Publish Fxcop Report
To publish Fxcop reports, you need:
📄️ Publish JaCoCo Report
To publish JaCoCo report, you only need two steps:
📄️ Publish JMeter Report
To publish JMeter report, you only need two steps:
📄️ Publish JUnit Report
To publish JUnit report, you only need two steps:
📄️ Publish MBUnit Report
MbUnit is an advanced, extensible unit testing framework originally developed by Jonathon 'Peli' de Halleux and Jamie Cansdale. It is a free and open source unit testing tool for the .NET Framework. To publish the MBUnit reports to QuickBuild, first, the XML reports should be generated by nant or by msbuild which is freely available as part of the .NET 2.0 Framework.
📄️ Publish MSTest Report
To publish MSTest report, the following two steps are required:
📄️ Publish NCover Report
To publish NCover reports, you need:
📄️ Publish NUnit Report
To publish NUnit report, you only need two steps:
📄️ Publish PMD Report
To publish PMD report, you only need two steps:
📄️ Publish TAP Report
TAP, the Test Anything Protocol, is a text-based interface between testing modules in a test harness. See more details in its website below:
📄️ Publish TestNG Report
To publish TestNG report, you only need two steps:
📄️ Add Custom Statistics Data
QuickBuild support add your custom statistics data and will generate the statistics chart and build overview automatically. For example, we use a test framework named rubyunit and want QuickBuild to collect the following indicators
📄️ Report Aggregation
What is report aggregation
📄️ Rebuild statistics and aggregation data
Sometimes, the statistics data and aggregation data don't seem to be synced after you delete some builds. Then, you can rebuild the statistics data and/or aggregation data.