ysb33r
07/13/2025, 7:17 PMterraform test -junit-xml . What I would like to do is to convert those XML files into HTML reports that look-and-feel the same as the ones generated by Test tasks.
Does anyone know whether that can be achieved with what we have available in the Gradle API today (7.3+)?madisp
07/13/2025, 7:43 PMmadisp
07/13/2025, 7:44 PMysb33r
07/13/2025, 7:47 PMmadisp
07/13/2025, 7:49 PMnew Throwable() constructed at the report time, which will be confusingmadisp
07/13/2025, 7:50 PMTest tasks use and it will also report the test results to Develocity / build scans (if configured)Sergej Koščejev
07/14/2025, 6:37 AMmadisp
07/14/2025, 6:38 AMSergej Koščejev
07/14/2025, 6:40 AMSergej Koščejev
07/14/2025, 6:40 AMmadisp
07/14/2025, 6:41 AMmadisp
07/14/2025, 6:42 AMVampire
07/14/2025, 6:50 AM