You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are several competing interfaces to filtering tests, it would be nice to be able to just use a lambda to filter tests based on name and tags, with whatever strategy the user feels is most helpful. i.e. what if we don't want to filter based on all the tags, but rather with any of the tags? There's many variations of this, and defining a filter lambda seems feasible.