We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The report contains SVG images (in XML format)
They aren't correctly displayed when using the serve command option allure serve
allure serve
They got correctly displayed when generating the report in a single page allure generate --single-file
allure generate --single-file
Create a python pytest test and attach 2 SVG files to the Allure report
def test_svf(): allure.attach.file("file.svg", name="comment") allure.attach.file("file2.svg", name="comment")
Generate the report with allure serve
The SVG images are correctly displayed
No response
Java
allure-python
2.13.5
2.32.2
The text was updated successfully, but these errors were encountered:
Sample SVG files:
Sorry, something went wrong.
Are you using correct mimetypes?
No branches or pull requests
Describe the Bug
The report contains SVG images (in XML format)
They aren't correctly displayed when using the serve command option

allure serve
They got correctly displayed when generating the report in a single page

allure generate --single-file
Steps to Reproduce
Create a python pytest test and attach 2 SVG files to the Allure report
Generate the report with
allure serve
Expected Behaviour
The SVG images are correctly displayed
Screenshots or Additional Context
No response
What Language are you using?
Java
What Framework/Allure Integration you are using?
allure-python
What version of Allure Integration you are using?
2.13.5
What version of Allure Report you are using?
2.32.2
Code of Conduct
The text was updated successfully, but these errors were encountered: