Skip to content

Commit

Permalink
release 2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikigo committed Dec 20, 2024
1 parent 2f3ec67 commit 5ebaa12
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CURRENT
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[current]
tag = 2.13.3
tag = 2.14.0
2 changes: 1 addition & 1 deletion docs/规划/框架设计/AT应用库设计方案.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ class TestDdeFileManager(BaseCase):
`BaseWidget` 里面把该写的都写好,你可以参考上面的设计理念来写。
如果你嫌麻烦,你可以参考文件管理器的实际工程代码 [autotest_dde_file_manager](https://gerrit.uniontech.com/admin/repos/autotest_dde_file_manager)
如果你嫌麻烦,你可以参考文件管理器的实际工程代码 autotest_dde_file_manager
3.2. 操作层
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.13.3",
"version": "2.14.0",
"devDependencies": {
"busuanzi.pure.js": "^1.0.3",
"markdown-it-mathjax3": "^4.3.2",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "youqu"
version = "2.13.3"
version = "2.14.0"
authors = [
{ name = "mikigo", email = "[email protected]" },
]
Expand Down
6 changes: 3 additions & 3 deletions setting/globalconfig.ini
Original file line number Diff line number Diff line change
Expand Up @@ -247,12 +247,12 @@ PMS_USER =
PMS_PASSWORD =

;PMS测试套的ID
;在PMS上查看用例“套件”链接: https://pms.uniontech.com/testsuite-view-495.html
;在PMS上查看用例“套件”链接: https://xxx.com/testsuite-view-495.html
;测试套ID为: 495
SUITE_ID =

;数据回填必须关联PMS测试单
;在PMS上查看测试单链接: https://pms.uniontech.com/testtask-cases-20747.html
;在PMS上查看测试单链接: https://xxx.com/testtask-cases-20747.html
;测试单ID为: 20747
TASK_ID =

Expand Down Expand Up @@ -280,7 +280,7 @@ CASE_FROM = caselib
;key是本地CSV文件的文件名称;
;value是对应PMS上的模块ID;
;比如要同步音乐的数据, 首先需要将配置 APP_NAME = deepin-music,
;CSV文件名称为music.csv,其在PMS上的音乐用例库的URL为: https://pms.uniontech.com/caselib-browse-81.html
;CSV文件名称为music.csv,其在PMS上的音乐用例库的URL为: https://xxx.com/caselib-browse-81.html
;因此应该配置为: music = 81
;这样才能将PMS与本地CSV文件建立联系。
;如果你的应用分了很多模块,只需要将对应的信息依次配置好就行了。
Expand Down

0 comments on commit 5ebaa12

Please sign in to comment.