Class: TAPFormatter

TAPFormatter()

Implements formatting of test results into TAP v13 http://testanything.org/tap-version-13-specification.html

Constructor

new TAPFormatter()

Source:

Methods

(static) formatTestResults(testResults) → {string}

Parameters:
Name Type Description
testResults Array.<Object> data returned from Runner.run(...)
Source:
Returns:
- TAP formatted results
Type
string