top of page

Questions & Answers

Public·51 members

Import JUnit report attachements

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.

35 Views
Niharika
Niharika
2023년 12월 14일

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


bottom of page