Dmitry Baev
Dmitry Baev
Allure supports multiple result formats, such as JUnit XML, XUnit XML, NUnit XML, TRX test results, Allure 1 XML, Allure 2 JSON and XCRESULTS (results bundle supported by[ xcresult tool](https://github.com/eroshenkoam/xcresults))...
will be fixed via https://github.com/allure-framework/allure-js/pull/909
seems like duplicate of https://github.com/jenkinsci/allure-plugin/issues/219
@ibalosh feel free to submit a pull request with fixes, it should be like a few lines of code
@william-mcdonald hi. Could you please add sample trx file with data you'd like to be shown in the report. Also if there any view available for such files (I guess...
oh, I see. What about existing VS view for such results?
Is there any other reports for such results? How do you analyse such files at the moment?
nope, and not planned any time soon
Our team are working towards realtime reporting feature: new files will be processed and displayed in the existing report as soon as they stored into results directory. Is this hits...