Skip to content

Commit

Permalink
update: README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ityoung committed Apr 15, 2018
1 parent 8c72281 commit 9a5eea3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,15 @@

2. 在你的 `testng.xml` 文件中按照 `src/com/testng.xml` 的格式添加监听器

**注意: listener标签需要添加在suite标签下内, test标签之前**

```
<listeners>
<listener class-name="com.xutest.XListener" />
</listeners>
```

3. 修改 `XListener` 类的 `onFinish` 方法中的配置信息(Line 60-63)
3. 修改 `xutest.properties` 配置文件中的信息为你搭建的 xutest系统 中的信息;

4.`testng.xml` 为入口运行你的测试用例.

Expand All @@ -32,11 +34,13 @@

3.`onFinish` 类中添加上传测试结果操作

4. 提取配置文件到 `xutest.properties` 中, 通过 `PropertiesReader` 类读取配置信息 (18-04-15)

## TODOs:

1. 更好的引用方式 (jar包)

2. 提取配置文件
~~2. 提取配置文件~~

**欢迎懂java的朋友改进代码与项目**

Expand Down

0 comments on commit 9a5eea3

Please sign in to comment.