TestQA1
20 days agoFrequent Contributor
Storing JUnit XML while the testing is running
Hi,
I recently needed to store JUnit XML files alongside the MHT files we generate at the end of each test. While the MHT files save correctly, I encountered issues with the JUnit XML. For BDD tests, the XML is created successfully; however, for tests written in plain JavaScript, the file is only generated after TestExecute has fully exited. I tried adding delays, but I could only successfully capture the file by using a batch command after the TestExecute process stopped.
Thanks