Markdown Support in Step Titles for Clearer Reports #2593
lararojasmr
started this conversation in
Ideas & Feedback
Replies: 2 comments 1 reply
-
I've added a solution for this. @baev @vbragin, could you check it? I would like to use this in my projects from now on. Thanks! |
Beta Was this translation helpful? Give feedback.
1 reply
-
The good news is that our backlog has a Markup for steps feature. The way we see it:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the Bug
Summary:
Although not a traditional bug, many users have requested the ability to add markdown to step titles for clearer reporting. Concerns about security and formatting have been addressed with a solution that removes unsafe HTML while allowing safe markdown, ensuring that the report remains intact.
Details:
Problem: Users want to include markdown in step titles to enhance report clarity.
Example Use Case:
With this solution, users can now format step titles using markdown, improving the overall readability and organization of their reports.
Steps to Reproduce
Test Case: Add and Render Step Titles with Markdown
Create a Test Case: Add a step that includes markdown in the title.
Render the Report: Generate the report to review the step titles.
Actual Report:
Markdown is not supported in step titles.
Expected Report:
Step titles are rendered with markdown processed correctly.
Expected Behaviour
Step titles are rendered with markdown processed correctly.
Screenshots or Additional Context
What Language are you using?
JavaScript
What Framework/Allure Integration you are using?
allure-commandline, allure-generator, allure-bamboo-plugin
What version of Allure Integration you are using?
lts
What version of Allure Report you are using?
lts
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions