Probably not really a defect in junitparser, maybe more of a question.
We are using Tricentis Tosca and this returns an xml similar to the one below:
`<?xml version="1.0" encoding="utf-8"?>
-detailed info on the failure
`
junitparser doesn't seem to handle the element well. I can't find any testcase info when a failure has happened.
Can I change how junitparser parses this xml?
I am asking Tricentis what is the XSD and/or library they have used to generate this xml. Most XUnit libraries seem to have message has a sub element of failure, not as
Hi,
Probably not really a defect in junitparser, maybe more of a question.
We are using Tricentis Tosca and this returns an xml similar to the one below: `<?xml version="1.0" encoding="utf-8"?>
`
junitparser doesn't seem to handle the element well. I can't find any testcase info when a failure has happened.
Can I change how junitparser parses this xml?
I am asking Tricentis what is the XSD and/or library they have used to generate this xml. Most XUnit libraries seem to have message has a sub element of failure, not as
Thanks for your help!