Question

Is there a way to pause and then resume codeception test execution with a statement in the test code?

Was it helpful?

Solution

Sure, use pauseExecution method in WebDriver module, and run codeception with the "--debug" flag.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top