add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -1,37 +1,37 @@
# tmt
> 创建、运行和调试测试的测试管理工具
> 诸如`运行`、`尝试`等子命令,均有相应的用法文档。
> 更多信息:<https://tmt.readthedocs.io>.
> 测试管理工具,用于创建、运行和调试测试。
> 一些子命令如 `run`、`try` 等有其自己的使用文档。
> 更多信息:<https://tmt.readthedocs.io>
-可用的测试、计划和用户故事:
-可用的测试、计划和故事:
`tmt`
- 初始化测试管理工具的文件/项目结构:
- 初始化 tmt 文件/项目结构:
`tmt init`
- 基于模板和链接创建新测试:
- 使用模板和链接创建新测试:
`tmt test create --template {{beakerlib}} --link {{verifies:issue#1234}}`
- 列出可用的测试、计划和用户故事:
- 列出可用的测试、计划故事:
`tmt {{test|plan|story}} ls {{pattern}}`
- 在给定上下文中显示详细的测试元数据:
- 在给定上下文中显示详细的测试元数据:
`tmt --context {{arch=aarch64}} test show`
- 根据说明书验证测试管理工具文件的有效性
- 根据规范验证 tmt 文件
`tmt lint`
- 使用筛选条件
- 使用过滤器
`tmt tests ls --filter {{tag:foo}} --filter {{tier:0}}`
- 显示帮助:
- 显示帮助信息
`tmt --help`
`tmt --help`