Reportportal: [BDD] Have a report (dashboard) which allows to see test scenarios and related features, and tests statistic

Created on 13 Mar 2017  路  6Comments  路  Source: reportportal/reportportal

_via USERVOICE_

We use allure report on a project and it has a great feature to display
features and realted scenarious and statistic on failed/passed tests.
Like here (https://demo.qameta.io/allure/#behaviors)
It would be great to have it in reportportal,
We use specflow on our project.
All BDD scenarious are tagged by specific features and that information is already in reportportal.
So widget just should display it properly.
Example
We have features:

@Feature1 @SomeOtherTag 
Scenario1 
@Feature2 @SomeOtherTag2 
Scenario2_1 
Scenario2_2
@Feature3 @SomeOtherTag2 
Scenario3_1 
Scenario3_2

Report would be:
In folded state:
----- Failed Passed (There could be different types of bugs as in launch section)

+Feature1 0 1 
+Feature2 0 2 
+Feature3 0 2 
+SomeOtherTag 0 1 
+SomeOtherTag2 0 2 

In unfolded state:

-Feature1 Failed Passed (There could be different types of bugs as in launch section)

Scenario1 0 1 
-Feature2 
Scenario2_1 0 1 
Scenario2_2 0 1 
........ 
SubLaunchView feature request

Most helpful comment

we started with BDD structure representation.

widget, described above, will be introduced as separate widget for sub-launch widgets views

All 6 comments

linke to allure report above is dead

Hi @DzmitryHumianiuk
Is it still on your roadmap? Can't wait for this feature

hi @agyulai
still it is.
it was already 6th or 7th re-desing of it.

i guess we will just release it, and ask for community of all our community, who uses BDD.

1 month.
maximum 2 months.

Thank you @DzmitryHumianiuk ,
Looking forward

we started with BDD structure representation.

widget, described above, will be introduced as separate widget for sub-launch widgets views

image

mix with #389

Was this page helpful?
0 / 5 - 0 ratings