Type alias UITestResult

UITestResult: {
    aggregatedTags?: UITag[];
    assertions: UIAssertion[];
    filePath?: string;
    logs?: UILog[];
    meta: UITestResultMeta;
    title: string;
}

Type declaration

Generated using TypeDoc