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
MQE-2233 : Support xUnit-compatible Output Format (#187)
* MQE-2233 : Support xUnit-compatible Output Format
* MQE-2233 : Support xUnit-compatible Output Format
* modified testname in doc
* added not empty condition
* added not empty condition
* added doc for new option + Added the right description regarding where file is moved
* added doc for new option + Added the right description regarding where file is moved
Co-authored-by: Manjusha.S <manjusha.s@BLR1-LMC-N71373.local>
Co-authored-by: Kevin Kozan <kkozan@adobe.com>
|`-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