c2e2068682
Currently tags can be applied to all tests in specific testdata directory by placing `_tags.txt` file in it, where all tags should be listed on separate lines. Test generator adds those tags to corresponding generated test classes with `@Tag` annotation Please note that is applicable only to JUnit 5 tests