Type Alias HookOptions

HookOptions: { name?: string; tagFilter?: string }

Options for defining hooks.

Type declaration

  • Optionalname?: string

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

  • OptionaltagFilter?: string

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