-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request and response attachments not showing when using allure-combine #25
Comments
Hello. Please, attach zip-archive of your output directory, BEFORE running allure-combine |
Hi @MihanEntalpo, I have created allure-report allure-report folder generated with all the data. But when we use allure-combine, the complete.html file not including data from data->attachments folder. |
@sharathhatter1 it seems, that you are specifying rar-archive, not the folder |
According to this merged pull request allure-framework/allure2#2072 Allure itself now has command line argument --single-file that make it produce report as a single html file. As for now it's not described in official allure docs, but anyway it should make this package (allure-combine) useless. I'm encorage you to use Allure --single-file functionality, as it should work much better that my combiner! |
Describe the bug
Request and response attachments not showing when generating complete.html.
But when generating using allure generate, all the request and response showing properly when we open index.html
.
Using version 2.21.0 both allure-rest-assured and allure-testng 2.13.18
Using -> addFilter(new AllureRestAssured())
Screenshots using allure generate attached-
Screenshot using allure-combine attached -
When we see the error in the file it says unable to get html file from data/attachments folder under allure-report. It is not merging the data properly.
The text was updated successfully, but these errors were encountered: