reportportal / agent-java-jbehave

JBehave reporters for Report Portal
Apache License 2.0
7 stars 6 forks source link

Show correct test count on ReportPortal without BeforeStory and AfterStory #72

Open NataliiaV opened 8 months ago

NataliiaV commented 8 months ago

Dear ReportPortal team,

We use Report Portal as a reporting tool as integration into Vividus and our clients feel uncomfortable to see wrong tests count on ReportPortal. [vividus-agent-reportportal] image Can you please remove BeforeStory and AfterStory from test counting or add any kind of configuration to turn it off for a case when BeforeStory and AfterStory are not used in testing.

Vividus team redirected me here. https://github.com/vividus-framework/vividus/issues/4667

Thanks!

Kozovskaya commented 8 months ago

Hello @NataliiaV, I suppose that you send both BeforeStory and Story with the same type:Story or type:Test that's why they are equal for ReportPortal and counted in the statistics. But I'm not sure if it can be configured on your agent's side

valfirst commented 8 months ago

@Kozovskaya the code of the agent lives in this repo :)

Kozovskaya commented 8 months ago

hi @valfirst, I will ask our dev team to have a look on it