You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`-k, --skip-generate`| Skips generating from the source XML. Instead, the command executes previously-generated groups of tests. |
364
364
|`-r, --remove`| Removes previously generated suites and tests before the actual generation and run. |
365
365
|`--debug`| Performs schema validations on XML files. `run:group` implicitly performs schema validation on merged files. It does not indicate the file name where the error is encountered. `--debug` performs per-file validation and returns additional debug information (such as the filename where an error occurred).|
366
+
|`--xml`| Generate JUnit XML Log (default: "report.xml") |
366
367
367
368
#### Examples
368
369
@@ -385,7 +386,7 @@ Generates and executes tests by name using Codeception.
|`-k, --skip-generate`| Skips generating from the source XML. Instead, the command executes previously-generated groups of tests. |
396
397
|`-r, --remove`| Remove previously generated suites and tests. |
397
398
|`--debug`| Performs schema validations on XML files. `run:test` implicitly performs schema validation on merged files. It does not indicate the file name where the error is encountered. `--debug` performs per-file validation and returns additional debug information (such as the filename where an error occurred).|
399
+
|`--xml`| Generate JUnit XML Log (default: "report.xml") |
0 commit comments