method

html_from_env?

Importance_0
v8.0.0 - Show latest stable - 0 notes - Class: ScreenshotHelper
html_from_env?() private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# 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
Register or log in to add new notes.