Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

21 lines
807 B
Markdown
Raw Permalink Normal View History

---
title: resolved
slug: /main-concepts/metadata-standard/schemas/tests/resolved
---
# Resolved
*test case failure details for resolved failures*
## Properties
- **`testCaseFailureReason`**: Reason of Test Case resolution. Refer to *[#/definitions/testCaseFailureReasonType](#definitions/testCaseFailureReasonType)*.
- **`testCaseFailureComment`** *(string)*: Test case failure resolution comment.
- **`resolvedBy`**: User who resolved the test case failure. Refer to *[../type/entityReference.json](#/type/entityReference.json)*.
## Definitions
- **`testCaseFailureReasonType`** *(string)*: Reason of Test Case initial failure. Must be one of: `["FalsePositive", "MissingData", "Duplicates", "OutOfBounds", "Other"]`.
Documentation file automatically generated at 2025-01-15 09:05:41.923720+00:00.