test-results-reporter / parser

Parse test results from JUnit, TestNG, xUnit and many more
https://www.testbeats.com
MIT License
12 stars 9 forks source link

support JUnit 'property' syntax #53

Open bryanbcook opened 8 months ago

bryanbcook commented 8 months ago

Not all test frameworks support the property notation outlined here. So if the test runner framework or reporting mechanism doesn't respect this notation, the parser should.

There is a relationship to #51 as attachments can appear as properties.