Your Privacy
We use cookies to give you a better experience in Alchemy Help Center
You can learn more about what kind of cookies we use, why, and how from our Privacy Policy. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings in our cookie banner to change our default settings. However, blocking some types of cookies may impact your experience of the site and the services we are able to offer. For more details, check out our Privacy Policy link below.
View Privacy Policy
Strictly Necessary Cookies
These cookies are necessary for the website to function and cannot be switched off in our systems, but do not store any person information. They are usually set in response to your actions that triggers a request for services, such as setting your privacy preferences, logging in or filling forms. You can change your browser settings to alert you about these cookies, but some parts of the Website may not work.
View Cookies
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 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