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