Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "ScreenCheck"

Index

Type aliases

FilenameGenerator

FilenameGenerator: (options: TaikoScreenshotOptions, ...args: TaikoSearchElement[]) => Promise<string>

The filename generator function type. Used by ScreenCheckSetup to specify a custom function for screenshot filename generation. See ScreenCheckSetup and ScreenCheck.setup.

Type declaration

    • (options: TaikoScreenshotOptions, ...args: TaikoSearchElement[]): Promise<string>
    • Parameters

      • options: TaikoScreenshotOptions
      • Rest ...args: TaikoSearchElement[]

      Returns Promise<string>

Generated using TypeDoc