The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi! Does Xray provide any possibility to add an attachment to the execution result in XML? I can create my own implementation of a reporter, but I don't know the valid format of XML for Xray API
I think I can do something like this:
<testsuites disabled="0" errors="0" failures="0" tests="1" time="31.39">
<testsuite name="test" timestamp="2021-03-15T21:20:27" hostname="localhost" time="31.39"
errors="0" tests="1" skipped="0" disabled="0" failures="0">
<testcase classname="test" name="test"
time="15.092">
<attachments>
<attachment>
<name>screen1.png</name>
<description>hi</description>
<rawcontent>...base64...</rawcontent>
</attachment>
</attachments>
</testcase>
</testsuite>
</testsuites>
But I don't sure what the format is valid?
It is possible depending on the report format used, and it will be necessary to convert the attached file into Base64 format.
Please check the examples in our documentation here.
If you need further help, please contact the Xray Support (http://xraysupport.xpand-it.com) so that we can request additional information and help you further.
Kind regards,
Rogério Paiva [Xray Support Team]
This month the spotlight is on AppLiger. We caught up with Pavel Pavlovsky, CEO and Product Manager, to learn how the company started and what fuels the team's creativity. Atlassian:...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.