• Run the tests for a given test file.

    The test file content is expected to be a JSON in the structure of a TestConfig.

    Parameters

    • testFilePath: string
    • report: ((results) => void)
        • (results): void
        • Parameters

          Returns void

    Returns Promise<void>