Skip to content

Instantly share code, notes, and snippets.

@DonSchado
Created August 26, 2011 09:43
Show Gist options
  • Save DonSchado/1173079 to your computer and use it in GitHub Desktop.
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"
#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