interface SerializedTestLabel {
    capabilities: readonly SupportedFlowrCapabilityId[];
    context: readonly (
        | "slice"
        | "other"
        | "dataflow"
        | "parse"
        | "search"
        | "lineage"
        | "query"
        | "output"
        | "desugar-shell"
        | "desugar-tree-sitter"
    )[];
    id: string;
    name: string;
}

Properties

capabilities: readonly SupportedFlowrCapabilityId[]
context: readonly (
    | "slice"
    | "other"
    | "dataflow"
    | "parse"
    | "search"
    | "lineage"
    | "query"
    | "output"
    | "desugar-shell"
    | "desugar-tree-sitter"
)[]
id: string
name: string