Skip to content

Commit f5065a0

Browse files
committed
MQE-2495: config parallel by number of groups
1 parent 544410f commit f5065a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/commands/mftf.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ vendor/bin/mftf generate:tests [option] [<test name>] [<test name>] [--remove]
163163
| `--filter` | Option to filter tests to be generated.<br/>Template: '&lt;filterName&gt;:&lt;filterValue&gt;'.<br/>Existing filter types: severity.<br/>Existing severity values: BLOCKER, CRITICAL, MAJOR, AVERAGE, MINOR.<br/>Example: --filter=severity:CRITICAL|
164164
| `--force` | Forces test generation, regardless of the module merge order defined in the Magento instance. Example: `generate:tests --force`. |
165165
| `-i,--time` | Set time in minutes to determine the group size when `--config=parallel` is used. The __default value__ is `10`. Example: `generate:tests --config=parallel --time=15`|
166+
| `-g,--groups` | Set number of groups to be split into when `--config=parallel` is used. `--time` and `--groups` options are mutually exclusive. Example: `generate:tests --config=parallel --groups=300`|
166167
| `--tests` | Defines the test configuration as a JSON string.|
167168
| `--allow-skipped` | Allows MFTF to generate and run tests marked with `<skip>.`|
168169
| `--debug` | Performs schema validations on XML files. <br/> DEFAULT: `generate:tests` implicitly performs schema validation on merged files. It does not indicate the file name where the error is encountered. <br/> DEVELOPER: `--debug` performs per-file validation and returns additional debug information (such as the filename where an error occurred) when test generation fails because of an invalid XML schema. This option takes extra processing time. Use it after test generation has failed once.<br/>|

0 commit comments

Comments
 (0)