Continua 1.8.1.121, Windows 10
I have a build process that returns a JUnit results file for Continua to display. It’s working, except times for individual tests are always zero.
Attached (in a zip file) is a sample JUnit results file, and a Continua screenshot. Note that the approximate total time is shown at the top right, but all the individual test times are zero.
Is this a bug in Continua, or is there something wrong with the format of the JUnit file?
The JUnit file is created by a utility I’ve written. It merges multiple results files spread across multiple directories that are generated by SoapUI, a tool we are using for API testing. I can modify my utility to make the JUnit file work with Continua if it’s not right, I just don’t know what to change.
Thanks.__37894__0__Attachments.zip (41.932 KB)
Hi Bruce,
Thank you for reporting this. We have now updated ContinuaCI to read the individual test times. You can download a new version using the following links:
Continua CI Server Setup (64-bit) v1.8.1.127
Continua CI Agent Setup (64-bit) v1.8.1.127
Continua CI Server Setup (32-bit) v1.8.1.127
Continua CI Agent Setup (32-bit) v1.8.1.127
Have installed the update this morning and it works perfectly.
Thank you for the quick response. Much appreciated.