allurectl: Attachments not uploaded to Allure TestOps #2452
Closed
gvalamatsas-lnw
started this conversation in
TestOps
Replies: 1 comment 1 reply
-
Hi Giorgos, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, we face an issue when we try to upload the allure results to Allure TestOps.
Specifically, the image and txt attachments are recognized as Orphan Files and so they aren't uploaded.
In the local Allure Report we can see the attachments when we do the allure serve:
But when we upload the results to the TestOps, the images are not rendered:
The command we run to upload the results is this one:
allurectl upload --log trace --launch-name "${USER} Local PC $(date +"%Y-%m-%d %H:%M:%S")" AG.QA.Phoenix.PW.Test.Games/bin/Debug/net6.0/allure-results
(We have also set the environment variables for the endpoint, project id, and API token)
Please find attached the allure-results folder, and the trace logs of the above command.
allure-results.zip
allurectl-logs.log
Beta Was this translation helpful? Give feedback.
All reactions