Fail gracefully if only() filter is used in CI/CD #1128
Closed
jansgescheit
started this conversation in
Ideas
Replies: 2 comments
-
Doesn't |
Beta Was this translation helpful? Give feedback.
0 replies
-
yeah |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just realized that our test pipeline went through so quickly.
The trigger was that the filter
->only()
made it into the our develop branch.Is there a way to intercept this? Ideally, Pest should fail in the CI/CD when a test is called with
->only()
.Beta Was this translation helpful? Give feedback.
All reactions