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 -
Core developers को तस्बिर Documentation writers को तस्बिर Particularly helpful Moodlers को तस्बिर Peer reviewers को तस्बिर 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.