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: undefined

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

    meta: () => TaskMeta

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

    moduleId: string

    This is usually an absolute UNIX file path. It can be a virtual ID if the file is not on the disk. This value corresponds to the ID in the Vite's module graph.

    ok: () => boolean

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

    project: TestProject

    The project associated with the test or suite.

    relativeModuleId: string

    Module id relative to the project. This is the same as task.name.

    type: "module"
    viteEnvironment: DevEnvironment | undefined

    The Vite environment that processes files on the server.

    Can be empty if test module did not run yet.

    Methods