Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

CONFIG_FILE_CONTENT_TYPE: { tests: [{ description: string; expect: string; name: string; parameters: Record<string, string>[]; suite: string; testTarget: string }] }

Test config structure type

Type declaration

  • tests: [{ description: string; expect: string; name: string; parameters: Record<string, string>[]; suite: string; testTarget: string }]

    List of test cases

Variables

CONFIG_FILE_NAME: "config.yaml" = 'config.yaml'

Test config file name

Generated using TypeDoc