We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8660040 commit e14e258Copy full SHA for e14e258
src/Magento/FunctionalTestingFramework/Test/Util/AnnotationExtractor.php
@@ -14,7 +14,7 @@ class AnnotationExtractor extends BaseObjectExtractor
14
const ANNOTATION_VALUE = 'value';
15
const MAGENTO_TO_ALLURE_SEVERITY_MAP = [
16
"BLOCKER" => "BLOCKER",
17
- "CRITICAL" => "MAJOR",
+ "CRITICAL" => "CRITICAL",
18
"MAJOR" => "NORMAL",
19
"AVERAGE" => "MINOR",
20
"MINOR" => "TRIVIAL"
0 commit comments