File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 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
3535Here 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
5656You 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
6060vendor/bin/mftf codecept:run --debug
You can’t perform that action at this time.
0 commit comments