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,21 +1,21 @@
# tmt run
# tmt 运行
> 执行测试步骤。默认情况下,所有测试步骤都被执行。
> 更多信息:<https://tmt.readthedocs.io/en/stable/overview.html#run>.
> 执行 tmt 测试步骤。默认情况下,所有步骤都会运行。
> 更多信息:<https://tmt.readthedocs.io/en/stable/overview.html#run>
- 在每一个计划中执行所有测试步骤:
- 为每个计划行所有测试步骤:
`tmt run`
-发现步骤显示将要行的测试:
-运行发现步骤,以显示将要行的测试:
`tmt run discover -v`
- 运行所有测试步骤并调整测试环境配置步骤选项:
- 运行所有步骤并调整供应步骤选项:
`tmt run --all provision --how {{container}} --image {{fedora:rawhide}}`
-行选定的计划和测试:
-行选定的计划和测试:
`tmt run plan --name {{/plan/name}} test --name {{/test/name}}`
@@ -23,14 +23,14 @@
`tmt run --last report --how {{html}} --open`
- 提供的上下文运行测试:
- 使用提供的上下文运行测试:
`tmt run --context {{key=value}} -c {{distro=fedora}}`
- 交互式运行测试(在测试运行过程中调试测试代码):
- 交互式运行测试(在测试过程中调试测试代码):
`tmt run --all execute --how {{tmt}} --interactive`
- 使用干模式查看接下来将发生的作,并将输出详实度设置为最高级
- 使用干运行模式查看将发生的作,并使用最高的详细程度
`tmt run --dry -vvv`
`tmt run --dry -vvv`