We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
test tests
ttoday we have to explicit set include/exclude sets - not allowing to refer to any and all as found in https://junit.org/junit5/docs/current/user-guide/#running-tests-tag-expressions.
would be nice to have tests tags expr <exp> or similar
tests tags expr <exp>
i.e. tests tags expr none() & io to run everything without tags AND those with io tag.
tests tags expr none() & io
io
No response
The text was updated successfully, but these errors were encountered:
related to #33514 #33513
Sorry, something went wrong.
/cc @ebullient (cli)
Support tag expressions
7d89dfb
Fixes quarkusio#33515
8d0c8a4
Successfully merging a pull request may close this issue.
Description
ttoday we have to explicit set include/exclude sets - not allowing to refer to any and all as found in https://junit.org/junit5/docs/current/user-guide/#running-tests-tag-expressions.
would be nice to have
tests tags expr <exp>
or similari.e.
tests tags expr none() & io
to run everything without tags AND those withio
tag.Implementation ideas
No response
The text was updated successfully, but these errors were encountered: