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
It would be very useful to be able to filter tests by multiple values in the annotation. Because one test can have multiple values with the type of testing ("smoke", "acceptance", "regression", etc.)
You can try extending the current match method by checking whether a string or an array is being passed. If an array is passed, then check if there is at least one element in it corresponding to the regular expression.
The text was updated successfully, but these errors were encountered:
It would be very useful to be able to filter tests by multiple values in the annotation. Because one test can have multiple values with the type of testing ("smoke", "acceptance", "regression", etc.)
You can try extending the current
match
method by checking whether a string or an array is being passed. If an array is passed, then check if there is at least one element in it corresponding to the regular expression.The text was updated successfully, but these errors were encountered: