Skip to content

Commit c7df84b

Browse files
alaahongdiemol
andauthored
Add Chinese translation of "improved_reporting" (SeleniumHQ#322) [deploy site]
- guidelines_and_recommendations/improved_reporting.zh-cn.md Co-authored-by: Diego Molina <[email protected]>
1 parent fe8ba62 commit c7df84b

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

docs_source_files/content/guidelines_and_recommendations/improved_reporting.zh-cn.md

+7-12
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,15 @@
11
---
2-
title: "Improved reporting"
2+
title: "改善报告"
33
weight: 5
44
---
55

6-
{{% notice info %}}
7-
<i class="fas fa-language"></i> 页面需要从英语翻译为简体中文。
8-
您熟悉英语与简体中文吗?帮助我们翻译它,通过 pull requests 给我们!
9-
{{% /notice %}}
6+
Selenium并非旨在报告测试用例的运行状态.
7+
利用单元测试框架的内置报告功能是一个好的开始.
8+
大多数单元测试框架都有可以生成xUnit或HTML格式的报告.
9+
xUnit报表很受欢迎, 可以将其结果导入到持续集成(CI)服务器,
10+
例如Jenkins、Travis、Bamboo等.
11+
以下是一些链接, 可获取关于几种语言报表输出的更多信息.
1012

11-
Selenium is not designed to report on the status of test cases
12-
run. Taking advantage of the built-in reporting capabilities of unit
13-
test frameworks is a good start. Most unit test frameworks have
14-
reports that can generate xUnit or HTML formatted reports. xUnit
15-
reports are popular for importing results to a Continuous Integration
16-
(CI) server like Jenkins, Travis, Bamboo, etc. Here are some links
17-
for more information regarding report outputs for several languages.
1813
<!-- TODO: Add links.-->
1914
[NUnit 3 Console Runner](//github.com/nunit/docs/wiki/Console-Runner)
2015
[NUnit 3 Console Command Line](//github.com/nunit/docs/wiki/Console-Command-Line)

0 commit comments

Comments
 (0)