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:
- Generate JUnit style output reports.
- Add a publish step to publish the reports.
Generate Busted Reports
The QuickBuild only supports publish JUnit alike reports. To generate JUnit alike report, below command can be used:
busted --output=junit <files>
Publish Busted Report
Add Publish Busted Report step to your build workflow. If you have several report sets, you can add several steps with different report set names. Reference this page or this page for more details.