KC's Workspace
    Preparing search index...

    Interface FailureScreenshotArtifactExperimental

    Artifact type for failure screenshots.

    interface FailureScreenshotArtifact {
        attachments: [] | [FailureScreenshotArtifactAttachment];
        location?: TestArtifactLocation;
        type: "internal:failureScreenshot";
    }

    Hierarchy (View Summary)

    Index

    Properties

    File or data attachments associated with this artifact

    Source location where this artifact was created

    type: "internal:failureScreenshot"