KC's Workspace
    Preparing search index...

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    children: TestCollection

    Collection of suites and tests that are part of this suite.

    id: string

    Unique identifier. This ID is deterministic and will be the same for the same test across multiple runs. The ID is based on the project name, module url and test order.

    location: { column: number; line: number } | undefined

    Location in the module where the test or suite is defined.

    meta: () => TaskMeta

    The meta information attached to the suite during its collection or execution.

    module: TestModule

    Direct reference to the test module where the test or suite is defined.

    name: string

    Name of the test or the suite.

    ok: () => boolean

    Checks if the suite has any failed tests. This will also return false if suite failed during collection.

    options: TaskOptions

    Options that suite was initiated with.

    Parent suite. If suite was called directly inside the module, the parent will be the module itself.

    project: TestProject

    The project associated with the test or suite.

    type: "suite"

    Accessors

    Methods