Commit 44f925a6 authored by 张艳玲's avatar 张艳玲

修改配置

parent 0020c4ab
......@@ -29,7 +29,7 @@ public class DingTalkUtils {
//发起dingding机器人通知
if (isPushReport){
network.dingTalkRobot(params);
Response response = network.dingTalkRobot(params);
}
}
......
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
<suite name="直播" verbose="1" thread-count="3">
<test preserve-order="true" name="直播">
<test preserve-order="true" name="创建直播">
<classes>
<class name="com.kjj.cases.live.SaveAndUpdate"/>
</classes>
......
......@@ -2,7 +2,7 @@
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
<suite name="客集集" verbose="1" thread-count="3">
<suite-files>
<suite-file path="wechatTestNG.xml"></suite-file>
<!-- <suite-file path="wechatTestNG.xml"></suite-file>-->
<suite-file path="liveTestNG.xml"></suite-file>
</suite-files>
<!-- 监听器-->
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment