Skip to content

Instantly share code, notes, and snippets.

@javigomez
Created November 10, 2016 10:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save javigomez/4a0ae59fe72d0888c2e25a436e65d22f to your computer and use it in GitHub Desktop.
Save javigomez/4a0ae59fe72d0888c2e25a436e65d22f to your computer and use it in GitHub Desktop.
running cucumber tests in slow motion
AfterStep() do
sleep 2
end
AfterStep() do
print "Single Stepping. Hit enter to continue"
STDIN.getc
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment