pete/lib/runs/echo

(require("pete/lib/runs/echo"))(filePath, options, state) → {module:pete/lib/runner~run}

Description:
  • This run simply imports reports from JSON file and re-reports them again.
    It can be used to quickly convert JSON-stored results in a different format.

Source:
Parameters:
Name Type Description
filePath string

to import

options object
Properties
Name Type Attributes Description
renameReports boolean <optional>

to add source file name to reports names

state object
Returns:
Type
module:pete/lib/runner~run