@cucumber/node
    Preparing search index...

    Type Alias HookOptions

    Options for defining hooks.

    type HookOptions = {
        name?: string;
        tagFilter?: string;
    }
    Index

    Properties

    Properties

    name?: string

    Optional name for this hook which might be surfaced in reports.

    tagFilter?: string

    Optional tag expression which, if not a match for a given scenario, will cause this hook to be omitted from the test.