pete/lib/reporters/tap

(require("pete/lib/reporters/tap"))(optionsopt) → {module:pete/lib/getReporters~report}

Description:
  • Create and return report function that will output reports in TAP format.

Source:
See:
Parameters:
Name Type Attributes Description
options object <optional>
Properties
Name Type Attributes Description
out object <optional>

path to file that should be created

callback object <optional>

to call once on out stream close event

Returns:
Type
module:pete/lib/getReporters~report