Node TAP
    Preparing search index...

    Module execute-test-suite

    This provides the functionality that is shared between tap run and tap replay, to figure out what tests need to be run, create the various subtests for each, and pipe the whole thing through an appropriate reporter.

    When called by run, the execution method is t.spawn. When called by replay, the file is mapped to its appropriate saved results file in .tap/test-results, and t.tapFile() is called.

    Functions

    executeTestSuite