class Gitlab::QA::Report::GenerateTestSession

def other_listings(other_tests)

def other_listings(other_tests)
  <<~MARKDOWN.chomp
    <details><summary>Other tests:</summary>
    #{generate_testcase_listing(other_tests)}
    </details>
  MARKDOWN
end