fix(测试计划): 修改测试计划创建更多设置文案

This commit is contained in:
xinxin.wu 2024-08-16 17:29:57 +08:00 committed by Craftsman
parent d4e9bfedd3
commit 3ac784c035
2 changed files with 2 additions and 2 deletions

View File

@ -89,7 +89,7 @@ export default {
'testPlan.planForm.repeatCaseTip1': 'Enable: Repeatedly associate the same case',
'testPlan.planForm.repeatCaseTip2': 'Close: Cannot be associated with the same case repeatedly',
'testPlan.planForm.enableAutomaticStatusTip':
'Enable: function case execution successful cases associated interface, function of the use case status automatically updated to success',
'Enable: Function cases the interface associated use case/scenario use case implementation success, function of the use case status automatically updated to success',
'testPlan.planForm.closeAutomaticStatusTip':
'Close: Function of use case execution result is not affected by the interface use case/scenario use case',
'testPlan.planForm.passThresholdTip': 'If the pass rate reaches the specified pass threshold, the result is passed',

View File

@ -86,7 +86,7 @@ export default {
'testPlan.planForm.repeatCaseTip1': '开启:可重复关联同一个用例',
'testPlan.planForm.repeatCaseTip2': '关闭:不可重复关联同一用例',
'testPlan.planForm.enableAutomaticStatusTip':
'开启:Function cases the interface associated use case/scenario use case implementation success, function of the use case status automatically updated to success',
'开启:功能用例关联的接口用例/场景用例执行成功,功能用例的状态自动更新为成功',
'testPlan.planForm.closeAutomaticStatusTip': '关闭:功能用例的执行结果不受接口用例/场景用例的影响',
'testPlan.planForm.passThresholdTip': '通过率达到设置的通过阈值时,报告结果为通过',
'testPlan.planForm.pickCases': '选择用例',