This blog will give a technical walkthrough on how to create rich and interactive report portal dashboards such that data can be grouped by different dimensions using attributes
Question- is there any way we can use suite level attributes for making dashboards, currently i see only attributes which belongs to a launch is respected while making dashboard, my current launch hierarchy currently looks like following-
launch == branch name
|
|
suite name == gradle job name with attributes which represents team
Report portal allows you to set attributes at either a launch or an individual test. You can organize your test suites such that they map to the launch or go for aggregating individual test level attributes
good read thanks for writing this Gaurav.
Question- is there any way we can use suite level attributes for making dashboards, currently i see only attributes which belongs to a launch is respected while making dashboard, my current launch hierarchy currently looks like following-
launch == branch name
|
|
suite name == gradle job name with attributes which represents team
|
|
test == test class name
|
|
steps == test methods
Report portal allows you to set attributes at either a launch or an individual test. You can organize your test suites such that they map to the launch or go for aggregating individual test level attributes