KC's Workspace
    Preparing search index...

    Interface TestAnnotationArtifactExperimental

    Artifact type for test annotations.

    interface TestAnnotationArtifact {
        annotation: TestAnnotation;
        attachments?: TestAttachment[];
        location?: TestArtifactLocation;
        type: "internal:annotation";
    }

    Hierarchy (View Summary)

    Index

    Properties

    annotation: TestAnnotation
    attachments?: TestAttachment[]

    File or data attachments associated with this artifact

    Source location where this artifact was created

    type: "internal:annotation"