Node TAP
    Preparing search index...

    The summary results provided in the complete event when the TAP stream ends.

    Index

    Constructors

    Properties

    bailout: string | boolean
    count: number
    fail: number
    failures: TapError[]
    ok: boolean
    pass: number
    passes?: Result[]
    plan: FinalPlan
    skip: number
    skips: (Result & { skip: string | true })[]
    time: null | number
    todo: number
    todos: (Result & { todo: string | true })[]