Skip to content

Commit b871ae5

Browse files
sta1rtomreece
authored andcommitted
Add usage guidelines table outlining the difference between levels
1 parent 8263ade commit b871ae5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/test/annotations.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,16 @@ Attribute|Type|Use|Acceptable values
124124
<severity value="CRITICAL"/>
125125
```
126126

127+
#### Usage guidelines
128+
129+
Severity Level|Usage
130+
---|---
131+
`BLOCKER`|If this test fails, the customer is completely blocked from purchasing a product.
132+
`CRITICAL`|This is a serious problem impacting conversion, or affecting the operation of the store.
133+
`MAJOR`|Store conversion rate is reduced owing to this issue. For example, something is broken or missing that impacts checkout frequency or cart volume.
134+
`AVERAGE`|A fault on the storefront that can negatively impact conversion rate (like UI errors or omissions), or problems with Magento admin functionality.
135+
`MINOR`|An application or configuration fault that has no impact on conversion rate.
136+
127137
### skip
128138

129139
Use the `<skip>` element to skip a test.

0 commit comments

Comments
 (0)