baev / allure-cli-depricated

Allure Command Line Tool
Other
20 stars 7 forks source link

Could not find any allure results #41

Closed windwaker closed 9 years ago

windwaker commented 9 years ago
vania-pooh commented 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

windwaker commented 9 years ago

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'.

vania-pooh commented 9 years ago

@windwaker I can't find any Allure adapter for robot framework? Could you point me to repository where the adapter's source code reside?

windwaker commented 9 years ago

@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

baev commented 9 years ago

@windwaker Allure can't generate the report from xUnit XML

windwaker commented 9 years ago

@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.