Implemented test run editor's test case selection
This commit is contained in:
@@ -42,11 +42,12 @@ const testRunStatus = [
|
||||
{ name: "Closed", uid: "closed" },
|
||||
]
|
||||
|
||||
const testResult = [
|
||||
const testRunCaseStatus = [
|
||||
{ name: "Not included", uid: "notincluded", color: "primary" },
|
||||
{ name: "Untested", uid: "untested", color: "primary" },
|
||||
{ name: "Passed", uid: "passed", color: "success" },
|
||||
{ name: "Failed", uid: "untested", color: "danger" },
|
||||
{ name: "Skipped", uid: "medium", color: "primary" },
|
||||
]
|
||||
|
||||
export { priorities, testTypes, automationStatus, templates, testRunStatus, testResult };
|
||||
export { priorities, testTypes, automationStatus, templates, testRunStatus, testRunCaseStatus };
|
||||
|
||||
Reference in New Issue
Block a user