junitparser icon indicating copy to clipboard operation
junitparser copied to clipboard

Make TestCase support Properties tags

Open eap opened this issue 4 months ago • 3 comments

pytest and ctest both support adding properites to individual test cases (as noted in the attached issue). This PR updates the properties element parsing so that it now works with both test cases and test suites.

Fixes: https://github.com/weiwei/junitparser/issues/116

eap avatar Aug 24 '25 05:08 eap