Skip to content

Commit d6c82ca

Browse files
committed
MQE-2110: MFTF command to pause test execution
1 parent 2ca6005 commit d6c82ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: docs/interactive-pause.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ vendor/bin/mftf run:failed
3535
Here is a typical work flow for this use case:
3636

3737
- Set `ENABLE_PAUSE` to `true` under `.env`
38-
- Add `<pause>` action in a test where you want to stop for investigation
38+
- Add <pause> action in a test where you want to pause execution for debugging
3939
- Run test
4040
- Execution should pause at <pause> action and invoke interactive console
4141
- Try out commands in interactive console
@@ -54,7 +54,7 @@ This allows you to use `pause` to debug test failure for a long running test. Th
5454
## MFTF Codecept Run Command
5555

5656
You can also use MFTF's wrapper command to run Codeception directly and activate `Interactive Pause` by passing `--debug` option.
57-
You do not need to set `ENABLE_PAUSE=true` for this command if you are not using `Pause on Failure`.
57+
You do not need to set `ENABLE_PAUSE` to `true` for this command if you don't want to pause on test failure.
5858

5959
```bash
6060
vendor/bin/mftf codecept:run --debug

0 commit comments

Comments
 (0)