I’m starting to use the computer sanitizers. I think they give us valuable insights. I’d like to integrate them into our CI/CD, such that we can find new issues reliably as soon as they are introduced. For that, I try to parse the XML files, such that I can extract them and visually present them as “failing test cases” in the CI/CD system.
My problem lies in parsing the files. It is currently based on just some XML files I’ve seen. This is probably not very robust. Is there some XSD or some documentation of the XML structure?
Thanks Lucas for reaching out, unfortunately there is no formal schema for our XML output. This is something we can work on. Below is a draft of what I will add to the Sanitizer documentation, hope that helps!