mind-elixir-yg 1.1.16 → 1.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/package.json +1 -1
- package/readme.cn.md +6 -1
package/package.json
CHANGED
package/readme.cn.md
CHANGED
|
@@ -167,7 +167,12 @@ https://inspiring-golick-3c01b9.netlify.com/
|
|
|
167
167
|
caseRunStatus:用例状态
|
|
168
168
|
priority: 优先级
|
|
169
169
|
autoCaseId: 关联自动化用例的ID
|
|
170
|
-
autoCaseName: 关联自动化用例的Name
|
|
170
|
+
autoCaseName: 关联自动化用例的Name
|
|
171
|
+
|
|
172
|
+
# 更新
|
|
173
|
+
1.1.17版本
|
|
174
|
+
autoCaseId: 关联自动化用例的ID
|
|
175
|
+
autoCaseName: 关联自动化用例的Name
|
|
171
176
|
|
|
172
177
|
# 默认数据入口是
|
|
173
178
|
src\dev.ts
|