Devops integration

Posted 3 months ago by Rookie

Post a topic
Un Answered
R
Rookie

I have been able to generate a jar file for my suite.  I can easily execute the jar file from my devops pipeline.  How do I get the results in XML form?  I tried the serializer, but after my suite runs, I don't see an XML file.

0 Votes


1 Comments

Clark Bent

Clark posted about 2 months ago

When you configure the "Alchemy Serializer" integration give the filename an extension of .xml.  Also choose format of "xml" and check the selfContained checkbox.


The file will be placed in a directory called "serializedOutput" underneath the directory where the jar file runs.  In my case, the jar file ran from "/home/jenkins/run


The xml generated will contain suite detail and test result detail in a single xml file: /home/jenkins/run/serializedOutput/suite_result.xml

0 Votes

Login or Sign up to post a comment

© Orasi Software, Inc. | All Rights Reserved.