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 4317cc7 commit 48a4a56Copy full SHA for 48a4a56
docs/commands/mftf.md
@@ -416,6 +416,19 @@ To upgrade all test components inside the `Catalog` module:
416
vendor/bin/mftf upgrade:tests /Users/user/magento2/app/code/Magento/Catalog/Test/Mftf/
417
```
418
419
+### `static-checks`
420
+
421
+Runs all MFTF static-checks on the test codebase that MFTF is currently attached to.
422
423
+Existing static-checks
424
+* Test Dependency: Checks that test dependencies do not violate the according Magento Module's composer dependencies
425
426
+#### Usage
427
428
+```bash
429
+vendor/bin/mftf static:checks
430
+```
431
432
<!-- LINK DEFINITIONS -->
433
434
[configuration]: ../configuration.md
0 commit comments