Closed elenkuz closed 3 years ago
Tags for specification comes to specification in RP.
Looking forward any other opinions whether we need duplicate specification tags at scenario level.
Tags for specification comes to specification in RP.
Looking forward any other opinions whether we need duplicate specification tags at scenario level.
The idea is to have relation between scenario and specification tags. For example I have tag owner:Jim - on spec level, I'd like to be able to link this owner to all scenario names inside this specification. Hope it makes sense to you @nvborisenko
Personally I don't mind. Why not.
@nvborisenko any updates, any ETA?
No ETA, I do it when time allows me
From the Gauge documentation on tags:
Both scenarios and specifications can be separately tagged, however, only one set of tags can be added to a single specification or scenario. A tag applied to a spec automatically applies to a scenario as well.
So I believe it makes sense to have the same logic in reportportal plugin.
Preconditions:
Actual Result: In Report Portal in each test scenario there is only its own tag present (e.g. android-case-id:5555) without tags from specification (owner: SomeTeam, tag:android).
Expected Result: In Report Portal in each test scenario there are all tags from specification + tags from test scenario. So tags for one test should be next: android-case-id:5555, owner: SomeTeam, tag: android.