New step to pause behat execution for debugging

New step to pause behat execution for debugging

by Rajesh Taneja -
Number of replies: 3

To pause behat execution after specific step, use either of the following steps.

  • And pause
  • And I pause
  • And I pause scenario execution
To resume press Enter/Return key in your console.


Average of ratings: Useful (1)
In reply to Rajesh Taneja

Re: New step to pause behat execution for debugging

by Itamar Tzadok -

Windows command prompt can also pause on click inside the window and resume on Enter/Return. smile

Average of ratings: Useful (1)
In reply to Itamar Tzadok

Re: New step to pause behat execution for debugging

by Rajesh Taneja -
Thanks Itamar,


I don't use windows much, but will try that surely. 

In reply to Rajesh Taneja

Re: New step to pause behat execution for debugging

by Tim Hunt -
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers

The

And I pause

step works fine on Windows, both for me using cygwin, and for my colleagues who use msysgit's bash window.