zoukankan      html  css  js  c++  java
  • 测试自动化接口jenkins配置

    <br/><font color="red" size"3" face="微软雅黑">本邮件是程序自动下发,请勿回复!</front><br/>
    <hr/>
    <font size"3" face="微软雅黑">Hi all,下面是APP1.0项目接口自动化测结果:</front><br/><br/>
    <font size"3" face="微软雅黑">$BUILD_STATUS,构件编号:$BUILD_NUMBER</front><br/><br/>
    <font size"3" face="微软雅黑"><a href=http://10.0.15.82:8081/job/APP1.0/ws/url.xls > 查看运行结果</a></front><br/><br/>
    <font size"3" face="微软雅黑"><a href=http://10.0.15.82:8081/job/APP1.0/$BUILD_NUMBER/console > 查看详细日志</a></front><br/><br/>
    ${JELLY_SCRIPT,template="html.jelly"}
    <script language="javascript" type="text/javascript">
    function dyniframesize(down) {
    var pTar = null;
    if (document.getElementById){
    pTar = document.getElementById(down);
    }
    else{
    eval('pTar = ' + down + ';');
    }
    if (pTar && !window.opera){
    //begin resizing iframe
    pTar.style.display="block"
    if (pTar.contentDocument && pTar.contentDocument.body.offsetHeight){
    //ns6 syntax
    pTar.height = pTar.contentDocument.body.offsetHeight +20;
    pTar.width = pTar.contentDocument.body.scrollWidth+20;
    }
    else if (pTar.Document && pTar.Document.body.scrollHeight){
    //ie5+ syntax
    pTar.height = pTar.Document.body.scrollHeight;
    pTar.width = pTar.Document.body.scrollWidth;
    }
    }
    }

  • 相关阅读:
    github添加版本号
    centOS 7联网
    运用session来控制用户的异地登录被挤下线情况
    寻找节点d=n的节点算法
    基于Seajs的可控台球碰撞游戏
    RequireJs 源码解读及思考
    BackBone 源码解读及思考
    关于「远程兼职」
    cocos2d-html5 中的性能优化
    细说移动前端Android联调
  • 原文地址:https://www.cnblogs.com/scarlett-hy/p/9377283.html
Copyright © 2011-2022 走看看