reportportal / agent-net-specflow

Report Portal agent for SpecFlow
Apache License 2.0
10 stars 5 forks source link

Report feature/scenario tags as key/value attributes if tag contains `:` #60

Closed nvborisenko closed 3 years ago

nvborisenko commented 3 years ago

Let's say scenario has tag browser:chrome. Now plugin reports it as Tag:browser:chrome where Tag is attribute key, and browser:chrome is value.

It would be better if plugin can understand this special tag, which contains :, and will report it as key=browser and value=chrome.