How to create new annotation in Allure report, e.g. @Release with priority higher than @Feature. Or @SubFeature that would be displayed inside @Feature but above @Story in the report?
It is fairly easy to create new annotation as in ru.yandex.qatools.allure.annotations package, the challenge is how to make Allure read them and display in the report properly.
I am using Java/TestNG framework.
Any suggestions welcome !!!
If you've already migrated to Allure 2, you may want to check official docs - plugins system section. It's a good way to start with any customization.