robotframework severity
See original GitHub issueHello, I’m using allure 2.6.0,
$ pip freeze | grep robot allure-robotframework==2.4.1 robotframework==3.0.4
$ pip freeze | grep allure allure-python-commons==2.4.1 allure-robotframework==2.4.1
I would like to know hot to set severity in allure. I’m trying in this way:
| *** Test Cases *** |
| A.A - Login |
| | [Documentation] | xxxxxxx |
| | [tags] | critical |
but in the report the severity appears as normal
Rr
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
How to set the severity level in Allure Report - Robot Framework
I am working with the robot framework and using the allure framework to generate the test report. When I generate the report for...
Read more >Rules - Robocop 2.6.0
You can filter out all rules below given severity value by using following option: ... Severity. Rule id. Robot Framework version ...
Read more >RED - Robot Editor
Eclipse based editor for RobotFramework testcases ... Validation problems severity level settings are covered under topic Configuring problems severity.
Read more >Robot Framework lint - Google Groups
The command line has options to ignore any or all of those, and to set the severity to warning or error. I plan...
Read more >robotframework-robocop 1.5.0 - PyPI
Static code analysis tool (linter) for Robot Framework. ... pip install robotframework-robocop ... filtering out all rules below given severity level:
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@ric79 If you want to get any different view of your tests, you can use BDD labels (Epic, Feature, Story). It will be available on next release.
Robot dynamically define severity, and it may be difficult to decide what actual severity. For example, tc marked as critical but was run with --noncritical, what expected severity in allure report?