Skip to content

Instantly share code, notes, and snippets.

@udzura
Created April 25, 2012 10:26
Show Gist options
  • Save udzura/2488754 to your computer and use it in GitHub Desktop.
Save udzura/2488754 to your computer and use it in GitHub Desktop.
after :each do
$times ||= 0
$times += 1
if example.exception
desc = example.metadata[:full_description].split.join("_").gsub(/\//, "_")
page.driver.render("./tmp/out-#{'%03d' % $times}-#{desc}-#{$$}.png")
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment