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
delatrie
changed the title
Attachments can't be previewed or downloaded from the overview tab on the test details page
Step attachments can't be previewed or downloaded from the test body section
May 6, 2025
Describe the bug
Step attachments are missing in the step tree of a test. They can't be previewed or downloaded.
At the same time, the
Attachments
tab works as expected: the same attachments can be viewed and downloaded.To Reproduce
Steps to reproduce the behavior:
allure-results.zip
Foo
step. Note themissed
label in the attachment row.Expected behavior
The
Hello
text is shown in the expanded attachment content area.Screenshots
The test body misses the attachment content:
In contrast, the
Attachments
tab works as expected:Videos
Screen.Recording.2025-05-07.at.01.03.38.mov
Desktop (please complete the following information):
Additional context
URLs used to fetch the attachment content from the server differ. Example:
GET /data/attachments/648e81d3-1b08-4076-bdcc-ac34651016a8?attachment
Attachments
tab:GET /data/attachments/e76f050b0e27f70d01286d4dd50f6669.txt?attachment
Note that different UUIDs are used. Those are internal Allure 3 UUIDs: new values are created when a new report is generated.
In Allure2 (
allure serve ./allure-results
), everything works as expected.Also, test-level attachments work as expected (the URLs are the same). An example of such test result would be:
The text was updated successfully, but these errors were encountered: