@toby1123yjh/test-cli 0.1.15 → 0.1.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/locales/zh.json +11 -0
- package/dist/test-cli.js +366 -452
- package/dist/test-cli.js.map +4 -4
- package/package.json +1 -1
package/dist/locales/zh.json
CHANGED
|
@@ -81,6 +81,17 @@
|
|
|
81
81
|
"depNotPassed": "依赖未通过:{{deps}}"
|
|
82
82
|
},
|
|
83
83
|
"noTests": "未选择任何测试",
|
|
84
|
+
"summaryComplete": "完成: {{passed}}/{{total}} 通过",
|
|
85
|
+
"summaryFailed": ", {{failed}} 失败",
|
|
86
|
+
"summarySkipped": ", {{skipped}} 跳过",
|
|
87
|
+
"moduleStep": "模块 [{{index}}/{{total}}]: {{module}}",
|
|
88
|
+
"backendApi": "后端 API",
|
|
89
|
+
"frontendE2E": "前端 E2E",
|
|
90
|
+
"passedCount": "{{passed}}/{{total}} 通过",
|
|
91
|
+
"reportsSaved": "已保存 {{count}} 个测试报告",
|
|
92
|
+
"reportPath": "报告: {{path}}",
|
|
93
|
+
"invalidModuleName": "无效的模块名称: \"{{name}}\"。请使用英文、中文、数字或连字符命名。",
|
|
94
|
+
"errorPreview": "错误: {{error}}",
|
|
84
95
|
"columns": {
|
|
85
96
|
"id": "ID",
|
|
86
97
|
"name": "名称",
|