joshdk / go-junit

🐜 Go library for ingesting JUnit XML reports
MIT License
59 stars 21 forks source link

feat: support test case property #52

Open renyijiu opened 1 year ago

renyijiu commented 1 year ago

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.