I have just tried importing JUnit automation tests xml report into a Cycle and it worked well. I would like to know if there is a way to import also JUnit attachements. They are defined like this on xml file:
<system-out>output line 1
output line 2
[[ATTACHMENT|path/to/file]]</system-out>
Thank you in advance.
Hello @daniel.ob ,
The attachments are not read from the system-out tags. However, if you would like to attach artifacts to the cases, AIO Tests has APIs, that can be used in the Junit hooks to upload attachments.
Hope that helps.
Regards, N