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
JUnit 5 uses @Tag annotation for specify a group of tests with same coverage for example. We could re-use this annotation and consume value from it and add it to current list of tags generated for md and fmf format.
Tags from test-class level will be added to every test scenario.
The text was updated successfully, but these errors were encountered:
JUnit 5 uses
@Tag
annotation for specify a group of tests with same coverage for example. We could re-use this annotation and consume value from it and add it to current list of tags generated for md and fmf format.Tags from test-class level will be added to every test scenario.
The text was updated successfully, but these errors were encountered: