mclay / azure-pipeline-allure-report

Other
5 stars 4 forks source link

[Bug] CSV file attachments are not published with a report #9

Open MarcinOsiadacz opened 1 year ago

MarcinOsiadacz commented 1 year ago

Hello,

First of all, thank you for creating such extension as it opened possibility to use allure report on Azure DevOps easily. Good job!

I've already set it up and it works. However, I've noticed an issue with CSV attachment. So, I'm using Allure.SpecFlowPlugin which creates test results ready for generating allure report. Then, I'm generating the report using allure generate command, and it works fine. Report served locally displays table (CSV) attachments properly. You can see it on the screenshot below.

image

However, the result in the report published using the extension looks like the empty table and it not possible to download. Please refer to the screenshot below.

image

I've verified if CSV attachments are actually generated on CI before publishing report, and they are: image

However, CSV files are not published by PublishAllureReport@1 (png files are published as expected): image

Could you please verify this? CSV files are very common attachments in case of any BDD tools. Thank you in advance. Let me know if I can help.