app icon indicating copy to clipboard operation
app copied to clipboard

Import Tags to Testomat from NUnit XML Category property

Open IovetsNikolay opened this issue 8 months ago • 0 comments

Is your feature request related to a problem? Please describe. For categorizing (tagging) tests NUnit has a default TestCategory annotation, which resolves in a property field with a name Category in XML file: Image As check-cucumber command takes TestCategoris and creates Testomat tags according to them we want the same behavior while uploading XML results with report-xml command

Describe the solution you'd like It would be great to have a flag to report-xml command for rewrite tags for the test case from Category section in XML (or add, as optional), that will give us a possibility to use analytics module for our NUnit tests, as now we can filter only by Tag or Label, but not a folder

IovetsNikolay avatar Apr 28 '25 14:04 IovetsNikolay