A custom field information. Allowed Key : Value pairs - ( AttemptId: int value, IsTestResultFlaky: bool)

interface CustomTestField {
    fieldName: string;
    value: any;
}

Properties

Properties

fieldName: string

Field Name.

value: any

Field value.