# File lib/selenium/rspec/reporting/file_path_strategy.rb, line 15
15:         def base_report_dir
16:           @base_report_dir ||= File.dirname(File.expand_path(@final_report_file_path))
17:         end