nextest-rs/nextest

Add a way to include custom properties into junit report

AzHicham opened this issue · 2 comments

Hello,

I would like to know if it is possible to include custom properties into junit report for each test ?

This could be great in order to mimic functionalities provided by pytest-jira-xray .

Thanks

I would love to see this added as well. It would be extremely useful to be able to include commonly used properties like steps and test metadata.

Edit: OK dug into the code further and realized there is support for properties on TestSuites via add_property, but this feature seems to be missing for TestCase. Seems simple enough, so I'll probably fork and file a PR 😁

This should be out within the next 5 minutes as quick-junit 0.3.3. Thanks everyone!