A set of criteria that can be used to filter a list of ComponentHarness instances.
API
interface BaseHarnessFilters {
selector?: string | undefined;
ancestor?: string | undefined;
}
selector
string | undefinedOnly find instances whose host element matches the given selector.
ancestor
string | undefinedOnly find instances that are nested under an element with the given selector.