question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

robotframework severity

See original GitHub issue

Hello, 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:closed
  • Created 5 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
sseliverstovcommented, Jul 5, 2018

@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.

0reactions
sseliverstovcommented, Jul 5, 2018

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?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found