class Gitlab::QA::Report::GenerateTestSession

def generate_link_to_dashboard

def generate_link_to_dashboard
  return unless Runtime::Env.qa_run_type
  <<~MARKDOWN.chomp
  ## Link to Grafana dashboard for run-type of #{Runtime::Env.qa_run_type}
  * https://dashboards.quality.gitlab.net/d/kuNYMgDnz/test-run-metrics?orgId=1&refresh=1m&var-run_type=#{Runtime::Env.qa_run_type}
  MARKDOWN
end