unittest-xml-reporting icon indicating copy to clipboard operation
unittest-xml-reporting copied to clipboard

Add support for setting custom xml attributes

Open NovaSolomonKG opened this issue 3 years ago • 0 comments

With the newly added 'annotate' decorator, it is now possible to add custom xml attributes to both test cases and test suites. This makes it possible to mark tests with IDs, which can then be used to automatically process the test results and integrate it with third party test management tools.

NovaSolomonKG avatar Sep 12 '22 12:09 NovaSolomonKG