What happened?
When attaching a Playwright trace via AllurePlaywright.attachTrace(...), the resulting Allure attachment is tagged with the generic application/zip content type. Because of this, the Allure report shows the trace as a plain zip file to download, instead of using Allure's built-in embedded Playwright trace viewer.
Steps to reproduce
- Use AllurePlaywright.startTracing(...) / attachTrace(...) in a test.
- Run the test and generate the Allure report.
- Open the report and view the trace attachment.
Expected behavior
The trace attachment opens in Allure's embedded trace viewer.

Actual behavior
The attachment is offered as a generic zip file download.

What Allure Integration are you using?
allure-playwright
What version of Allure Integration you are using?
2.35.4
What version of Allure Report you are using?
3.14.3
Code of Conduct
What happened?
When attaching a Playwright trace via AllurePlaywright.attachTrace(...), the resulting Allure attachment is tagged with the generic application/zip content type. Because of this, the Allure report shows the trace as a plain zip file to download, instead of using Allure's built-in embedded Playwright trace viewer.
Steps to reproduce
Expected behavior

The trace attachment opens in Allure's embedded trace viewer.
Actual behavior

The attachment is offered as a generic zip file download.
What Allure Integration are you using?
allure-playwright
What version of Allure Integration you are using?
2.35.4
What version of Allure Report you are using?
3.14.3
Code of Conduct