core-utils
    Preparing search index...
    interface TestError {
        actionLog?: string[];
        apiName?: string;
        diff?: { actual: string; expected: string };
        location?: TestLocation;
        message: string;
        selector?: string;
        snippet?: string;
        stack?: string;
    }
    Index

    Properties

    actionLog?: string[]
    apiName?: string
    diff?: { actual: string; expected: string }
    location?: TestLocation
    message: string
    selector?: string
    snippet?: string
    stack?: string