0

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

tjb
  • 11,480
  • 9
  • 70
  • 91
C R Lakshmi
  • 77
  • 1
  • 10

1 Answers1

6

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

Motin
  • 4,853
  • 4
  • 44
  • 51