class Gitlab::QA::Report::BaseTestResults

def initialize(path)

def initialize(path)
  @path = path
  @results = parse
  @testcases = process
end