File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ vendor/bin/mftf run:failed
35
35
Here is a typical work flow for this use case:
36
36
37
37
- 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
39
39
- Run test
40
40
- Execution should pause at <pause > action and invoke interactive console
41
41
- 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
54
54
## MFTF Codecept Run Command
55
55
56
56
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 .
58
58
59
59
``` bash
60
60
vendor/bin/mftf codecept:run --debug
You can’t perform that action at this time.
0 commit comments