# File lib/selenium/rspec/reporting/file_path_strategy.rb, line 26
26:         def relative_file_path_for_html_capture(example)
27:           "#{relative_dir}/example_#{example.reporting_uid}.html"
28:         end