Feature Request: Regex Support for @Tag Filtering in JUnit 5 #4529
kaizencode-art
started this conversation in
General
Replies: 1 comment 1 reply
-
You might be able to achieve your goals via simpler tag names combined with expressions. Are you familiar with tag expressions? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, JUnit 5 supports filtering test execution based on exact tag names using @tag annotations. It might be helpful to support regex-based tag filters as well. This could be a great addition for teams that use systematic tagging like feature-login, feature-payment, etc., making it much easier to run groups of related tests without listing each tag manually.
Beta Was this translation helpful? Give feedback.
All reactions