@cucumber/cucumber
    Preparing search index...

    Interface IWorldOptions<ParametersType>

    interface IWorldOptions<ParametersType = any> {
        attach: ICreateAttachment;
        link: ICreateLink;
        log: ICreateLog;
        parameters: ParametersType;
    }

    Type Parameters

    • ParametersType = any
    Index

    Properties

    attach: ICreateAttachment
    link: ICreateLink
    log: ICreateLog
    parameters: ParametersType