KC's Workspace
    Preparing search index...

    Interface VisualRegressionArtifactExperimental

    Artifact type for visual regressions.

    interface VisualRegressionArtifact {
        attachments: VisualRegressionArtifactAttachment[];
        kind: "visual-regression";
        location?: TestArtifactLocation;
        message: string;
        type: "internal:toMatchScreenshot";
    }

    Hierarchy (View Summary)

    Index

    Properties

    File or data attachments associated with this artifact

    kind: "visual-regression"

    Source location where this artifact was created

    message: string
    type: "internal:toMatchScreenshot"