Commit f6d4c08d authored by 马博's avatar 马博

ui update

parent 37751d22
...@@ -139,6 +139,7 @@ public class DingdingResult { ...@@ -139,6 +139,7 @@ public class DingdingResult {
} }
public String getByRun(String run,String type) throws UnsupportedEncodingException { public String getByRun(String run,String type) throws UnsupportedEncodingException {
run = run.substring(run.indexOf("_")+1, run.indexOf(".")); run = run.substring(run.indexOf("_")+1, run.indexOf("."));
System.out.println("before run:"+run);
run =this.env.getProperty(run+"."+type); run =this.env.getProperty(run+"."+type);
System.out.println("(run+\".\"+type):"+run+"."+type); System.out.println("(run+\".\"+type):"+run+"."+type);
System.out.println("run:"+run); System.out.println("run:"+run);
......
...@@ -76,8 +76,8 @@ SeckillTest.group=秒杀业务-接口自动化 ...@@ -76,8 +76,8 @@ SeckillTest.group=秒杀业务-接口自动化
SeckillTest.resultUrl=http://tst-idc.deploy.dui88.com/view/duibaTest/job/Seckill_interface/HTML_20Report/suite1_test1_results.html SeckillTest.resultUrl=http://tst-idc.deploy.dui88.com/view/duibaTest/job/Seckill_interface/HTML_20Report/suite1_test1_results.html
SeckillTest.job=Seckill_interface SeckillTest.job=Seckill_interface
Ui.project=界面自动化核心业务 ui.project=界面自动化核心业务
Ui.names=mabo ui.names=mabo
Ui.group=ui自动化 ui.group=ui自动化
Ui.resultUrl=http://101.68.72.146:18080/job/duiba_ui/HTML_20Report/suite1_test1_results.html ui.resultUrl=http://101.68.72.146:18080/job/duiba_ui/HTML_20Report/suite1_test1_results.html
Ui.job=duiba_ui ui.job=duiba_ui
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