You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This crate does not currently support deserializing JUnit XML. (PRs are welcome!)
While nextest-rs/nextest#20 is still a work in progress, the JUnit XML format is usable or machine processing. Although, this would be greatly simplified with a (serde compatible ❤️) deserializer crate.
Is there any progress on that front? Sorry if I missed it, I am not able to see any description of the blockers and/or requirements to that being implemented. I would hope this is something of a good first issue that perhaps would not bee too difficult to do 🤞.
The text was updated successfully, but these errors were encountered:
This was never done. I think someone needs to just put in the work to write a deserializer, and you're definitely welcome to do so.
serde and XML aren't fully compatible sadly, as serde's data model isn't detailed enough. Check out https://docs.rs/quick-xml/latest/quick_xml/de/ for some documentation. That's why I ended up hand-writing the serializer. You're welcome to do it either way though.
While nextest-rs/nextest#20 is still a work in progress, the JUnit XML format is usable or machine processing. Although, this would be greatly simplified with a (
serde
compatible ❤️) deserializer crate.Is there any progress on that front? Sorry if I missed it, I am not able to see any description of the blockers and/or requirements to that being implemented. I would hope this is something of a
good first issue
that perhaps would not bee too difficult to do 🤞.The text was updated successfully, but these errors were encountered: