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
Describe the enhancement you'd like to see
I would like to see an assertion that checks if the value is within (or not within) an array of provided values.
Additional context
Right now there are a number of comparisons I can do in the assert including equality, greater/less than, and regex compare. However, some lower cardinality data may have hard to regex values while having a set number of acceptable responses.
In a super ideal world this would be possible in the span selectors too! But that may be another enhancement request 😁
The text was updated successfully, but these errors were encountered:
Describe the enhancement you'd like to see
I would like to see an assertion that checks if the value is within (or not within) an array of provided values.
Additional context
Right now there are a number of comparisons I can do in the assert including equality, greater/less than, and regex compare. However, some lower cardinality data may have hard to regex values while having a set number of acceptable responses.
In a super ideal world this would be possible in the span selectors too! But that may be another enhancement request 😁
The text was updated successfully, but these errors were encountered: