method
html_from_env?
v8.1.1 -
Show latest stable
- Class:
ActionDispatch::SystemTesting::TestHelpers::ScreenshotHelper
html_from_env?()private
No documentation available.
# File actionpack/lib/action_dispatch/system_testing/test_helpers/screenshot_helper.rb, line 63
def html_from_env?
ENV["RAILS_SYSTEM_TESTING_SCREENSHOT_HTML"] == "1"
end