I am running tests with robot framework and i want to get allure report. I have been able to successfully install it and i can see that the .xml files are getting created with the test run results. But when i do "Allure serve " it displays a report without any test information in it.
Can someone please help me? I am using AllureReportLibrary in the robotframework
share one lession.
Default output directory is output/allure.
where I use this command to generate report, no testcase in report.
when I change to this dir, it works. So I guess the innermost directory is necessary.