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
It would be nice to have a way to mark a test a expected to fail. This would come in handy if you write a test for a bug before the bug is fixed.
Junit-pioneer has such a feature: https://junit-pioneer.org/docs/expected-to-fail-tests/
The text was updated successfully, but these errors were encountered:
I think a build-in tag would be nice. My idea would be to evaluate this as the last step after a test is finished. If the tag is present the result is inverted. This way it would not interfere with any other stuff.
On a first look in the source code I did not find a place where e.g. the other build-in tags are evaluated. If you give me a hint I might prepare a MR.
It would be nice to have a way to mark a test a expected to fail. This would come in handy if you write a test for a bug before the bug is fixed.
Junit-pioneer has such a feature: https://junit-pioneer.org/docs/expected-to-fail-tests/
The text was updated successfully, but these errors were encountered: