How do I create a dashboard to see my team's work results

Created by George I., Modified on Wed, 20 Sep 2023 at 10:39 AM by George I.

Q: I have a task to have some way of analytics to get insights on our QA engineers, how can I do that?

A: Allure Testops has several standard but still customisable attributes related to the ownership or relation of the team  members to the test cases.

These can be used to build dashboards using AQL, described here: https://docs.qameta.io/allure-testops/advanced/aql/format/, 
The attributes available for for the test cases are described here: https://docs.qameta.io/allure-testops/advanced/aql/test-cases/
Say, your test case has an owner:


The data on owner can be retrieved via AQL for test cases using member or role keyword (see the reference).

Say, we want to see what is the total number of the test cases your QA engineer (eroshenkoam from the image above) has created.


We need a widget called Test case pie chart and we need to narrow down the information returned by the widget by the team member name as it's defined in the system.

Here we get the data by status (the life cycle of the test case based on the Workflow status set to the test cases)

For this particular widget we can also use the automation status (automated or manual), or the most recent execution status of the test case.

Then we can also use the widget called Top test cases (the widget shows the worst test cases to be more precise).


The widget will show the worst test cases in terms the success rate for the recent 14 days.

The resulting dashboard will look something like the one in the picture below.


Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article