DevExpress / testcafe-reporter-xunit

This is the xUnit reporter plugin for TestCafe.
https://testcafe.io
MIT License
10 stars 30 forks source link

[Feature request] Disable adding file attribute to xml #48

Open RInverid opened 5 months ago

RInverid commented 5 months ago

On jenkins we use the 'publish XUnit test result report' reporter, configured for JUnit. We cannot use the 'publish JUnit test result report' variant, which is used in testcafe guides.

The variant we use cannot deal with the file attribute that was added in 2022. I would like a flag to be added to disable this attribute. Is this possible? Currently I have solved this with a post test run hook, which is obviously non-ideal.

PavelMor25 commented 4 months ago

Hello @RInverid,

Currently, we cannot prioritize this task. In the future, if this issue becomes more prominent, we will revisit this improvement.

Also you can install community reporters or create a custom reporter.