The test failure type resource

interface TestResultFailureType {
    id: number;
    name: string;
}

Properties

Properties

id: number

ID of the test failure type

name: string

Name of the test failure type