case-fields cannot be updated from some reports #286
-
|
Hi Junit xml report format for successful update with case-fields and result-fields Junit xml report format for failed update with case-fields but not result-fields Converted xml report format using xsltproc custom-fields information
result-fields information
trcli command I used |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hi @Kodai26 Your original JUnit4 XML had , and during transformation to JUnit5 format using xsltproc, those likely stayed only under instead of being moved to each . TR CLI only processes if they are inside individual elements. Other suggestions:
If this still causes problems, please raise an issue with the sample file and steps to replicate. |
Beta Was this translation helpful? Give feedback.
Hi @Kodai26 Your original JUnit4 XML had , and during transformation to JUnit5 format using xsltproc, those likely stayed only under instead of being moved to each . TR CLI only processes if they are inside individual elements.
Other suggestions:
If this still causes problems, please raise an issue with the sample file and steps to replicate.
Thank you.