Skip to content

Instantly share code, notes, and snippets.

@rupurt
Created August 16, 2016 21:09
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 rupurt/065089753ca5d03949a563d29d02afef to your computer and use it in GitHub Desktop.
Save rupurt/065089753ca5d03949a563d29d02afef to your computer and use it in GitHub Desktop.
after(:each) do
errors = page.driver.browser.manage.logs.get(:browser)
if errors.present?
message = errors.map(&:message).join("\n")
puts message
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment