Module: TestRail::Client::Statuses
- Included in:
- API
- Defined in:
- lib/testrail_api/client/statuses.rb
Overview
Methods for the Statuses API
Use the following API methods to request details about test statuses. Each status has a unique ID, a name (system name) as well as a label (display name). The color related fields specify the different colors used for a status and are RGB colors. The following system statuses are available by default. You can add additional custom statuses under Administration > Customizations in TestRail.
Instance Method Summary collapse
-
#statuses ⇒ Object
A list of available_contexts test statuses.
Instance Method Details
#statuses ⇒ Object
Returns a list of available_contexts test statuses.
15 16 17 |
# File 'lib/testrail_api/client/statuses.rb', line 15 def statuses get('get_statuses') end |