Invictum / serenity-reportportal-integration

Serenity TAF integration with Report Portal
Apache License 2.0
20 stars 19 forks source link

How to merge all scenaries in one feature? #142

Open i-vasilev opened 3 years ago

i-vasilev commented 3 years ago

I have one feature file. It has a few scenaries. But after running report portal divides feature for scenaries. So, I have a few the same features in the ReportPortal list. Is it your issue? Or maybe, I need to go to ReportPortal developers? image

Invictum commented 3 years ago

@i-vasilev By design each scenario in feature file will produce separate test result in RP. Can you list your feature file?

i-vasilev commented 3 years ago

@Invictum This is the list my feature file: image

I think the scenaries should be in one section in RP

Invictum commented 3 years ago

Yes for sure, it should produce one test in RP. It looks like a bug in integration. My goal is to finish version 2.0 where most of issues will be resolved. So keep an eye on it.

On Aug 24, 2021, at 02:04, Ilya Vasilev @.***> wrote:

 @Invictum This is the list my feature file:

I think it should be in one section in RP

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

i-vasilev commented 3 years ago

@Invictum I've found this is not a problem: My test reruned but I put failsafe.rerunFailingTestsCount in reportportal.properties. Please, add annotation to your Readme where we should write the property.