Package version:

Key-value pairs that allow grouping/filtering individual tests.

interface PrecheckResultTags {
    key?: string;
    value?: string;
}

Properties

Properties

key?: string

Key that allow grouping/filtering individual tests.

value?: string

Value of the key that allow grouping/filtering individual tests.