Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 9f5f57c

Browse files
authored
Merge pull request #1 from magento-pangolin/MQE-497
MQE-497: Add useCaseId annotation
2 parents 514d635 + e450246 commit 9f5f57c

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

guides/v2.3/magento-functional-testing-framework/cest/annotations.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,31 @@ Generated PHP code:
254254
***
255255
***
256256

257+
### useCaseId
258+
_Implementation of a tag `@UseCaseId`_
259+
260+
Specifies Use Case Id for a test.
261+
262+
Ignored by Allure configuration at the moment, as Allure implementation is not complete.
263+
264+
Attribute|Type|Use
265+
---|---|--
266+
value|string|required
267+
268+
#### Example
269+
270+
```xml
271+
<useCaseId value="USECASE-1"/>
272+
```
273+
Generated PHP code:
274+
275+
``` php?start_inline=1
276+
@UseCaseId("USECASE-1")
277+
```
278+
279+
***
280+
***
281+
257282
### title
258283

259284
_Implementation of an Allure tag [`@Title`]_

0 commit comments

Comments
 (0)