Adjust Appearance

This commit is contained in:
Takeshi Kimata
2024-04-28 11:24:39 +09:00
parent 17d4c6326d
commit 88a8c6a50b
5 changed files with 34 additions and 14 deletions

View File

@@ -45,6 +45,7 @@ const testRunStatus = [
const testRunCaseStatus = [
{ name: "Untested", uid: "untested", color: "primary" },
{ name: "Passed", uid: "passed", color: "success" },
{ name: "Retest", uid: "retest", color: "warning" },
{ name: "Failed", uid: "failed", color: "danger" },
{ name: "Skipped", uid: "skipped", color: "primary" },
];