# File lib/selenium/rspec/reporting/selenium_test_report_formatter.rb, line 77 77: def self.file_path_strategy 78: ### HACK #### 79: # When running with DeepTest the class instance variable could not have been set 80: # For now you must set the env variable before launching the tests. We need to revisit the way DeepTest 81: # and RSpec reporting work for a proper fix. 82: @@file_path_strategy ||= Selenium::RSpec::Reporting::FilePathStrategy.new(ENV["SELENIUM_TEST_REPORT_FILE"]) 83: end