Closed windwaker closed 9 years ago
@windwaker please first of all check that your XML corresponds to the following schema: https://github.com/allure-framework/allure-core/blob/master/allure-model/src/main/resources/allure.xsd Summon @eroshenkoam
Oh-Oh, looks like it has a 'testsuite' element instead of 'test-suite'
Cvc-elt.1: Cannot Find The Declaration Of Element 'test-suite'.. Line '1', Column '86'.
@windwaker I can't find any Allure adapter for robot framework? Could you point me to repository where the adapter's source code reside?
@vania-pooh no adapter exists to my knowledge, what I did was generate an xUnit compatible XML report (include -x option on the command line) from Robot and use that as input to the allure CLI
@windwaker Allure can't generate the report from xUnit XML
@baev Thanks, I see now that allure works on a supplemented xUnit XMl file. I'm gonna look into adapting the output from Robot but for now, I'll close this defect. Thanks to everyone for their help.
[root@localhost bin]# ./allure report generate '/root/xUnit_XML/' Exception in thread "main" ru.yandex.qatools.allure.data.ReportGenerationException: Could not find any allure results at ru.yandex.qatools.allure.data.AllureReportGenerator.generate(AllureReportGenerator.java:58) at ru.yandex.qatools.allure.data.AllureReportGenerator.generate(AllureReportGenerator.java:53) at ru.yandex.qatools.allure.AllureMain.main(AllureMain.java:48) ERROR: Command aborted due to exception org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1).