YETUS-685. add junit xml as a reporting format#48
Conversation
|
(!) A patch to the testing environment has been detected. |
|
🎊 +1 overall
This message was automatically generated. |
|
(!) A patch to the testing environment has been detected. |
|
🎊 +1 overall
This message was automatically generated. |
|
(!) A patch to the testing environment has been detected. |
|
🎊 +1 overall
This message was automatically generated. |
|
(!) A patch to the testing environment has been detected. |
|
💔 -1 overall
This message was automatically generated. |
|
At first I was confused, then I got that this the report of all the yetus tests in the junit result format. It feels weird for this to be in the junit plugin for some reason? I think because it shouldn't need someone to be relying on any junit testing of their actual source, right? Also this addition makes it clearer to me that we shouldn't be conflating sources of changes to test with reporting mechanisms (not sure why the html report didn't). Anywho. That's all stuff not really critical for this first pass. Maybe too early to include docs? Should atleast make clearer in the cli help that if their project generates its own junit output this isn't going to aggregate it. +1 |
Correct. It was just more of "well, it's junit related so put in the junit.sh file so it is easy to find, I guess?" We should probably prioritize splitting test-patch.d up. Making robots.d separate has been very nice. haha.
Yeah. This patch works on Circle CI and Gitlab CI but I cannot get Jenkins to take in the report. So I'm still trying to get that part working. I guess we could commit as is and then I could open up another to get Jenkins working with it, clean it up, etc. Thoughts? |
busbey
left a comment
There was a problem hiding this comment.
yeah that all sounds fine for later.
|
... and of course, I just had Jenkins work in my test bed. Let me clean up this patch and get it committed. |
|
(!) A patch to the testing environment has been detected. |
|
🎊 +1 overall
This message was automatically generated. |
|
WOOT! |
|
Thanks for the review! |
This is a very simple implementation that likely requires more work. But it does work for at least Circle CI and Gitlab to some degree.