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
feat(fail): support valid patterns for Fail matcher (#14)
This change adds support for validating that the error caught by the
Fail matcher will match one of a set of regex patterns. This enables
using the "Fail" matcher to ensure that not only failure in general, but
specific failure specifically.
0 commit comments