Beignet API reference
    Preparing search index...

    Interface TestActivityContext

    Context fields commonly shared by Beignet tests that exercise audit, authorization, route hooks, and use cases.

    interface TestActivityContext {
        actor: ActivityActor;
        requestId: string;
        tenant?: ActivityTenant;
        traceId?: string;
    }
    Index

    Actor under test.

    requestId: string

    Stable request ID for assertions.

    Tenant/account/workspace scope under test.

    traceId?: string

    Optional trace ID for assertions.