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.