Type alias UIAssertion

UIAssertion: {
    ancestorTitles?: string[];
    errors?: UITestError[];
    logs?: UILog[];
    status: "pass" | "fail" | "skip" | "todo" | "run" | "only";
    tags: UITag[];
    title: string;
}

Type declaration

  • Optional ancestorTitles?: string[]
  • Optional errors?: UITestError[]
  • Optional logs?: UILog[]
  • status: "pass" | "fail" | "skip" | "todo" | "run" | "only"
  • tags: UITag[]
  • title: string

Generated using TypeDoc