Skip to content

Commit f815e78

Browse files
authored
Merge pull request #784 from magento/MQE-2110
MQE-2110: MFTF command to pause test execution
2 parents a843666 + 78cd647 commit f815e78

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

docs/commands/mftf.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,16 +585,28 @@ vendor/bin/mftf codecept:run [<suite|test>] --[<option(s)>]
585585
```bash
586586
# Run all tests in functional suite
587587
vendor/bin/mftf codecept:run functional
588+
```
589+
590+
```bash
588591
# Run all tests in functional suite with options
589592
vendor/bin/mftf codecept:run functional --verbose --steps --debug
593+
```
594+
595+
```bash
590596
# Run one test
591597
vendor/bin/mftf codecept:run functional Magento/_generated/default/AdminCreateCmsPageTestCest.php --debug
598+
```
599+
600+
```bash
592601
# Run all tests in default group
593602
vendor/bin/mftf codecept:run functional --verbose --steps -g default
594603
```
595604

596605
<div class="bs-callout-warning">
597-
Note: You may want to limit the usage of this Codeception command with arguments and options for `acceptance` only, since it is what is supported by MFTF. You should also change `acceptance` to `functional` when using this command when referring to Codeception documentation.
606+
<p>
607+
Note: You may want to limit the usage of this Codeception command with arguments and options for "acceptance" only, since it is what's supported by MFTF.
608+
When using this command, you should change "acceptance" to "functional" when referring to Codeception documentation.
609+
</p>
598610
</div>
599611

600612
<!-- LINK DEFINITIONS -->

docs/interactive-pause.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,11 @@ vendor/bin/mftf codecept:run --debug
6161
```
6262

6363
<div class="bs-callout-warning">
64-
Note: MFTF run command's `--debug` option is different from Codeception `--debug` mode option.
64+
<p>
65+
Note: MFTF command "--debug" option has different meaning than Codeception command "--debug" mode option.
66+
</p>
6567
</div>
6668

67-
## References
69+
<!-- Link definitions -->
6870

69-
[pause on codeception.com](https://codeception.com/docs/02-GettingStarted#Interactive-Pause)
71+
[pause on codeception.com]: https://codeception.com/docs/02-GettingStarted#Interactive-Pause

0 commit comments

Comments
 (0)