Skip to content

Commit a5b03de

Browse files
committed
MQE-2013: fixed UpdateTestSchemaPaths upgrade script
1 parent 2e7013b commit a5b03de

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/commands/mftf.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -506,16 +506,18 @@ vendor/bin/mftf static-checks testDependencies actionGroupArguments
506506

507507
### `upgrade:tests`
508508

509-
When the path argument is specified, this command applies all the major version MFTF upgrade scripts to the test components in the given path (test.xml, data.xml, etc).
509+
When the path argument is specified, this `upgrade` command applies all the major version MFTF upgrade scripts to a `Test Module` in the given path.
510510
Otherwise, it will apply all the major version MFTF upgrade scripts to all installed test components.
511511

512+
`Test Module` should have the directory structure of ActionGroup, Data, Metadata, Page, Section, Test, and Suite.
513+
512514
#### Usage
513515

514516
```bash
515517
vendor/bin/mftf upgrade:tests [<path>]
516518
```
517519

518-
`<path>` is the path that contains MFTF test components that need to be upgraded.
520+
`<path>` is the path to a MFTF `Test Module` that needs to be upgraded.
519521
The command searches recursively for any `*.xml` files to upgrade.
520522

521523
#### Examples

0 commit comments

Comments
 (0)