class Gitlab::QA::Runtime::TokenFinder

def token_file_path

def token_file_path
  @token_file_path ||= File.expand_path("../api_token#{"_#{suffix}" if suffix}", __dir__)
end