New step to pause behat execution for debugging

New step to pause behat execution for debugging

oleh Rajesh Taneja -
Jumlah balasan: 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.


Rata-rata penilaian:Useful (1)
Sebagai balasan Rajesh Taneja

Re: New step to pause behat execution for debugging

oleh Itamar Tzadok -

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

Rata-rata penilaian:Useful (1)
Sebagai balasan Itamar Tzadok

Re: New step to pause behat execution for debugging

oleh Rajesh Taneja -
Thanks Itamar,


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

Sebagai balasan Rajesh Taneja

Re: New step to pause behat execution for debugging

oleh Tim Hunt -
Gambar dari Core developers Gambar dari Documentation writers Gambar dari Particularly helpful Moodlers Gambar dari Peer reviewers Gambar dari 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.