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
The inconvenience I have is that in my use case, I want to add links to two types of issues (bug & user story) and Allure assigns the same icon to both links
I would like to add links to "user stories" and have a different icon associated to those links.
Is it possible to add a link type named story with a different icon associated to it?
It would share the same link pattern of the issue link type
Steps to Reproduce
Let me give you an example of how this new feature should work :
Describe the Bug
I want to propose a new Feature.
Currently, Allure proposes a
issue
link type.The inconvenience I have is that in my use case, I want to add links to two types of issues (bug & user story) and Allure assigns the same icon to both links
I would like to add links to "user stories" and have a different icon associated to those links.
Is it possible to add a link type named
story
with a different icon associated to it?It would share the same link pattern of the
issue
link typeSteps to Reproduce
Let me give you an example of how this new feature should work :
For java: add
@Story
annotationFor Python: add
@allure.story
decoratorThe
story
link type will share the same link pattern of theissue
link type, but will have a different icon associated.Expected Behaviour
The
story
link type will share the same link pattern of theissue
link type, but will have a different icon associated.Screenshots or Additional Context
No response
What Language are you using?
Java
What Framework/Allure Integration you are using?
allure-junit5
What version of Allure Integration you are using?
2.24.1
What version of Allure Report you are using?
2.24.1
Code of Conduct
The text was updated successfully, but these errors were encountered: