How to set the severity level in the allure report #1512
Unanswered
dissanayake98
asked this question in
Questions & Support
Replies: 2 comments 6 replies
-
Hi @dissanayake98 . In which language have you built your test suite? Because I have achieved the above in Javascript if you need any help. |
Beta Was this translation helpful? Give feedback.
6 replies
-
hi |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am working with the robot framework and using the allure framework to generate the test report.
When I generate the report for both passed and failed test cases, it displays the severity graph as this,
When I generate the report for both all passed test cases, it displays the severity graph as this,
But, I want to know, how to get the severity graph with various statuses (Failed, Broken, Passed, Skipped, Unknown) like this,
I have installed the below command;
After that, I compiled the code with this command;
Then I got the below message,
I have no idea about these severity graphs, so I have followed the below links to find the details; https://docs.qameta.io/allure/#_graphs
https://docs.qameta.io/allure/#_behave
http://allure.qatools.ru/
But I couldn't get any ideas about this. Could you please explain this simply?
Any guidance and advice will be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions