Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(fail): support valid patterns for Fail matcher #14

Merged
merged 1 commit into from
May 11, 2024

Conversation

arikkfir
Copy link
Owner

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.

@arikkfir arikkfir added the feature New features and functionality label May 11, 2024
@arikkfir arikkfir self-assigned this May 11, 2024
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.
@arikkfir arikkfir force-pushed the feat/support-error-patterns-in-fail-matcher branch from 50f5665 to 95cc4c4 Compare May 11, 2024 15:46
@arikkfir arikkfir merged commit 801a3e1 into main May 11, 2024
5 checks passed
@arikkfir arikkfir deleted the feat/support-error-patterns-in-fail-matcher branch May 11, 2024 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New features and functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant