Test point query class.

interface TestPointsQuery {
    orderBy?: string;
    points?: TestPoint[];
    pointsFilter?: PointsFilter;
    witFields?: string[];
}

Properties

orderBy?: string

Order by results.

points?: TestPoint[]

List of test points

pointsFilter?: PointsFilter

Filter

witFields?: string[]

List of workitem fields to get.