interface TestResult {
    attachments: Attachment[];
    description?: string;
    descriptionHtml?: string;
    fullName?: string;
    historyId?: string;
    labels: Label[];
    links: allure.Link[];
    name?: string;
    parameters: Parameter[];
    stage: Stage;
    start?: number;
    status?: Status;
    statusDetails: StatusDetails;
    steps: StepResult[];
    stop?: number;
    testCaseId?: string;
    uuid: string;
}

Hierarchy

  • Executable
    • TestResult

Properties

attachments: Attachment[]
description?: string
descriptionHtml?: string
fullName?: string
historyId?: string
labels: Label[]
links: allure.Link[]
name?: string
parameters: Parameter[]
stage: Stage
start?: number
status?: Status
statusDetails: StatusDetails
steps: StepResult[]
stop?: number
testCaseId?: string
uuid: string