New step to pause behat execution for debugging

New step to pause behat execution for debugging

napisao/la Rajesh Taneja -
Broj odgovora: 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.


Prosjek ocjena:Useful (1)
Odgovor na Rajesh Taneja

Re: New step to pause behat execution for debugging

napisao/la Itamar Tzadok -

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

Odgovor na Itamar Tzadok

Re: New step to pause behat execution for debugging

napisao/la Rajesh Taneja -
Thanks Itamar,


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

Odgovor na Rajesh Taneja

Re: New step to pause behat execution for debugging

napisao/la Tim Hunt -
Slika Core developers Slika Documentation writers Slika Particularly helpful Moodlers Slika Peer reviewers Slika 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.