View Source

[Busted|http://olivinelabs.com/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.

h3. Generate Busted Reports

The QuickBuild only supports publish JUnit alike reports. To generate JUnit alike report, below command can be used:
{code}
busted --output=junit <files>
{code}

h3. 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|Publish Build Reports] or [this page|Publish+Reports] for more details.