This class is used to provide the filters used for discovery

interface RunFilter {
    sourceFilter: string;
    testCaseFilter?: string;
}

Properties

sourceFilter: string

filter for the test case sources (test containers)

testCaseFilter?: string

filter for the test cases