Created
August 26, 2011 09:43
-
-
Save DonSchado/1173079 to your computer and use it in GitHub Desktop.
Step through your Cucumber features one step at a time, tag any feature with "@Pause"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#via rubyquicktips | |
AfterStep('@pause') do | |
print "Press Return to continue..." | |
STDIN.getc | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment