Skip to main content
function junit
junit(source: TestEventGenerator): AsyncGenerator<string, void>
Deprecated

The junit reporter outputs test results in a jUnit XML format.

Parameters

Return Type

AsyncGenerator<string, void>
Back to top