app
app copied to clipboard
Import Tags to Testomat from NUnit XML Category property
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:
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