New step to pause behat execution for debugging

New step to pause behat execution for debugging

av Rajesh Taneja -
Antal svar: 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.


Genomsnitt av betyg:Useful (1)
Som svar till Rajesh Taneja

Re: New step to pause behat execution for debugging

av Itamar Tzadok -

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

Som svar till Itamar Tzadok

Re: New step to pause behat execution for debugging

av Rajesh Taneja -
Thanks Itamar,


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

Som svar till Rajesh Taneja

Re: New step to pause behat execution for debugging

av Tim Hunt -
Bild på Core developers Bild på Documentation writers Bild på Particularly helpful Moodlers Bild på Peer reviewers Bild på 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.