go-junit icon indicating copy to clipboard operation
go-junit copied to clipboard

feat: support test case property

Open renyijiu opened this issue 2 years ago • 1 comments

According to the documentation at https://docs.pytest.org/en/latest/reference/reference.html#record-property, we can add properties to test cases to support reading related fields.

renyijiu avatar May 06 '23 10:05 renyijiu

Hi! This PR would also be useful to me for my jest-junit reports, which have support for the properties of the testcase.

https://github.com/jest-community/jest-junit?tab=readme-ov-file#adding-custom-testcase-properties

vsukhorukov avatar Mar 06 '25 07:03 vsukhorukov