class Gitlab::QA::Report::ResultsInIssues

def iid_from_testcase_url(url)

def iid_from_testcase_url(url)
  url && url.split('/').last.to_i
end