Module: Testrail
- Defined in:
- lib/testrail_export/client.rb
Defined Under Namespace
Classes: APIClient, APIError, Client
Constant Summary collapse
- AUTOMATED_DESCRIPTION =
'created by automated test suite'
- STATUS =
{ passed: 1, failed: 5, skipped: 7, pending: 6 }