feat: test case detail dialog

This commit is contained in:
Takeshi Kimata
2024-07-21 21:42:02 +09:00
parent f03222e49c
commit 5f095e1cf3
7 changed files with 138 additions and 59 deletions

View File

@@ -59,20 +59,9 @@ type RunMessages = {
title: string;
pleaseEnter: string;
description: string;
new: string;
inProgress: string;
underReview: string;
rejected: string;
done: string;
closed: string;
priority: string;
status: string;
actions: string;
untested: string;
passed: string;
failed: string;
retest: string;
skipped: string;
selectTestCase: string;
testCaseSelection: string;
includeInRun: string;
@@ -80,6 +69,8 @@ type RunMessages = {
noCasesFound: string;
areYouSureLeave: string;
type: string;
testDetail: string;
steps: string;
preconditions: string;
expectedResult: string;
detailsOfTheStep: string;