instance method
save_html?
Ruby on Rails 7.0.10
Since v6.1.7.10 Last seen in v7.0.10 PrivateAvailable in: v6.1.7.10 v7.0.10
Signature
save_html?()
No documentation comment.
Source
# File actionpack/lib/action_dispatch/system_testing/test_helpers/screenshot_helper.rb, line 51
def save_html?
ENV["RAILS_SYSTEM_TESTING_SCREENSHOT_HTML"] == "1"
end
Defined in actionpack/lib/action_dispatch/system_testing/test_helpers/screenshot_helper.rb line 51
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::SystemTesting::TestHelpers::ScreenshotHelper