You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using Serenity BDD framework and leveraing ReportPortal for our execution.
While working on the segregation of the TCs at feature level, we observed that attributes are not getting reflected at suite level. Rather it is reflected at the test level.
Scenario - Lets say we have a feature file(Feature:V4 Unplug Testing) where at the top we are passing @issue:ECPXLR-1234 and in another feature file(Feature:SCA Scanning Testing) we are passing @issue:ECPXLR-4444
So when the Tests are triggered, we wanted to see the issues being passed as attributes at the suite level in RP but we see that its blank.
Can you please check or suggest how we can achieve this?
Hi Rakshit,Thanks for the issue reporting and making integration better.For now integration operates on test level and all suite level tags get inherited by children tests. As I recall there is a limitation with tags processing on suite or feature levels, but I definitely see a value in this feature.We are slowly working towards integration v2.0 and try to investigate the possibility of adding it into integration.On Dec 5, 2024, at 03:24, Rakshit ***@***.***> wrote:
Hi Team,
Any update on the above issue?
Thanks
Rakshit
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
Hi,
We are using Serenity BDD framework and leveraing ReportPortal for our execution.
While working on the segregation of the TCs at feature level, we observed that attributes are not getting reflected at suite level. Rather it is reflected at the test level.
Scenario - Lets say we have a feature file(Feature:V4 Unplug Testing) where at the top we are passing @issue:ECPXLR-1234 and in another feature file(Feature:SCA Scanning Testing) we are passing @issue:ECPXLR-4444
So when the Tests are triggered, we wanted to see the issues being passed as attributes at the suite level in RP but we see that its blank.
Can you please check or suggest how we can achieve this?
PS - We are using below dependencies/versions -
com.github.invictum
serenity-reportportal-integration
1.6.2
<serenity.version>4.1.0</serenity.version>
Thanks
Rakshit
The text was updated successfully, but these errors were encountered: