class Tryouts::CLI::OutputManager

def file_start(file_path, framework: :direct, context: :fresh)

File-level methods
def file_start(file_path, framework: :direct, context: :fresh)
  context_info = { framework: framework, context: context }
  @live_status_manager.handle_event(:file_start, file_path, context_info)
  @formatter.file_start(file_path, context_info: context_info)
end