@cucumber/node
    Preparing search index...

    Type Alias AttachmentOptions

    type AttachmentOptions = {
        fileName?: string;
        mediaType: string;
    }
    Index

    Properties

    Properties

    fileName?: string

    Optional filename for the content that should be used if it is later saved/exported

    screenshot.png
    
    mediaType: string

    MIME type of the content you are attaching

    application/json
    
    image/jpeg
    
    text/plain