You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I run test and use API to send reports to allure docker service. but the screenshot cannot show
on my local, the report generate by allure serve still appears the screenshot
The text was updated successfully, but these errors were encountered:
hey @pduyet , we have a same problem here.
according to the swagger spec, each file in the allure-results folder must be converted to a base64 for string.
I am wondering if this rule also applies to the screenshot.png file?
@fescobar is it something possible or we cannot upload png images through the send result api?
hey @pduyet , we have a same problem here. according to the swagger spec, each file in the allure-results folder must be converted to a base64 for string. I am wondering if this rule also applies to the screenshot.png file?
@fescobar is it something possible or we cannot upload png images through the send result api?
yes, I see that rule. we cannot convert the attachment file png in allure-results to base64. it makes the screenshot cannot show on the report. I'm studying about this issue
I run test and use API to send reports to allure docker service. but the screenshot cannot show
on my local, the report generate by allure serve still appears the screenshot
The text was updated successfully, but these errors were encountered: