Module: Cyperful::FrameworkHelper
- Included in:
- Minitest::SystemTestHelper
- Defined in:
- lib/cyperful/framework_helper.rb
Instance Method Summary collapse
-
#take_failed_screenshot ⇒ Object
Disable default screenshot on failure b/c we handle them ourselves.
Instance Method Details
#take_failed_screenshot ⇒ Object
Disable default screenshot on failure b/c we handle them ourselves. github.com/rails/rails/blob/v7.0.1/actionpack/lib/action_dispatch/system_testing/test_helpers/screenshot_helper.rb#L156
4 5 6 |
# File 'lib/cyperful/framework_helper.rb', line 4 def take_failed_screenshot nil end |