Class: Gitlab::QA::Report::ResultsInIssues

Inherits:
ReportAsIssue show all
Defined in:
lib/gitlab/qa/report/results_in_issues.rb

Overview

Uses the API to create or update GitLab issues with the results of tests from RSpec report files.

Constant Summary collapse

MAX_TITLE_LENGTH =
255

Method Summary

Methods inherited from ReportAsIssue

#initialize, #invoke!

Constructor Details

This class inherits a constructor from Gitlab::QA::Report::ReportAsIssue