I am trying to upload testng report data to JIRA following the link:
But the issue am facing is, I am unable to upload any attachments, even after giving them under evidences section (after encoding base64)
Is it feasible to upload the test execution results with attachments?
Even after uploading the results, I do not see comments getting updated in the defect, can you tell me how to do so?
Also I want to update the transition and other fields of JIRA, can you tell me how can we do that?
sample JSON:
{
"tests" : [
{
"testKey" : "PROJ-2",
"start" : "2017-08-31T11:47:35+01:00",
"finish" : "2017-08-31T11:50:56+01:00",
"comment" : "Successful execution",
"status" : "PASS"
},
{
"testKey" : "PROJ-1",
"start" : "2017-08-31T11:47:35+01:00",
"finish" : "2017-08-31T11:50:56+01:00",
"comment" : "Successful execution",
"status" : "PASS",
"evidences" : [
{
"data": "c2FzZGFzZHNhZGFzZGEK",
"filename": "/Users/ravi/Desktop/a.txt",
"contentType": "text/plain"
}
]
}
]
}
I do not see where the comment gets reflected. I do not see the comment neither in test execution nor in test case section
I need to understand this as I am trying to integrate selenium with X-Ray in my project to bring down the manual testing
Hi ravi,
Thanks for using Xray :)
Xray does support reporting results and embedding attachments. You may see an example here for Xray JSON format; please see "Xray JSON results" section.
In the future, I kindly ask you to directly contact our support using our service desk here.
Best regards,
Xray for JIRA Team
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.