kochetkov-ma / allure-server

Allure Server. Save/ generate / provide allure2 reports in one place
http://allure.iopump.ru
Apache License 2.0
213 stars 63 forks source link

empty report #47

Closed ynixon closed 2 years ago

ynixon commented 2 years ago

Using the file from allure-results.zip works well. Using my own allure report folder works great locally (using allure serve c:\allure ) When uploading my allure.zip I see no data :( any idea what is wrong ?

The report was created using https://github.com/ynixon/allure-report-action (version 2.17.2)

kochetkov-ma commented 2 years ago

The name of the directory in result archive should start with "allure-" but in allure.zip it has name "allure"

andreyd11 commented 1 year ago

@ynixon see the same issue. Have you sorted what was the cause? Renaming doesn't help in my case.

bnagym commented 1 year ago

@ynixon @kochetkov-ma @andreyd11 Hi! I have the same issue. Does anybody find solution for this? Allure-server seems working fine, however, when I upload my test results (I've checked the name of the .zip archive and folder inside it, both of them starts with "allure-") and try to generate report, it shows nothing in the report url.

Upd: Found solution in https://github.com/kochetkov-ma/allure-server/issues/36. Just rename your folder to "allure-", then make sure that inside .zip archive there is no folders, only .json autotest results.