Skip to content

Commit bd5054f

Browse files
committed
MQE-942: MFTF Annotation Static Check
1 parent 5eb4a9d commit bd5054f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/commands/mftf.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -477,6 +477,10 @@ vendor/bin/mftf static-checks actionGroupArguments
477477
vendor/bin/mftf static-checks deprecatedEntityUsage
478478
```
479479

480+
```bash
481+
vendor/bin/mftf static-checks annotations
482+
```
483+
480484
```bash
481485
vendor/bin/mftf static-checks deprecatedEntityUsage -p path/to/mftf/test/module
482486
```
@@ -492,6 +496,7 @@ vendor/bin/mftf static-checks testDependencies actionGroupArguments
492496
|`testDependencies` | Checks that test dependencies do not violate Magento module's composer dependencies.|
493497
|`actionGroupArguments` | Checks that action groups do not have unused arguments.|
494498
|`deprecatedEntityUsage`| Checks that deprecated test entities are not being referenced.|
499+
|`annotations`| Checks various details of test annotations, such as missing annotations or duplicate annotations.|
495500
496501
#### Defining ruleset
497502

0 commit comments

Comments
 (0)