Commit da858be3 authored by 马博's avatar 马博

update

parent d886b70a
......@@ -150,7 +150,7 @@ public class DingdingResult {
run = run.substring(run.indexOf("_")+1, run.indexOf("."));
System.out.println("before runs:"+run);
System.out.println("run+\".\"+type:"+run+"."+type);
if ((run+"."+type).equals("ui.group"))return "ui自动化测试";
if ((run+"."+type).equals("Cms_ui.group"))return "cms-ui自动化测试";
run =this.env.getProperty(run+"."+type);
......
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