Is there a way to pause and then resume codeception test execution with a statement in the test code?
Asked
Active
Viewed 1,160 times
1 Answers
6
Sure, use pauseExecution method in WebDriver module, and run codeception with the "--debug" flag.

Motin
- 4,853
- 4
- 44
- 51

user3554885
- 76
- 1