还未发布过话题
  • 感谢作者,帮忙回答 2 个楼上的问题:

    1. 有 view 点击没反应图片打不开的,

      script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
      

      地址国内访问不畅通,请更换为

      script src="http://code.jquery.com/jquery-latest.js"></script>
      

      或者

      script src="http://code.jquery.com/jquery-2.2.4.min.js"></script>
      

      或者 dowmload the jqure.min.js and chage it to absolute path

    2. Mac 的 report_template.html 在哪里:如果是用 pip 安装的,会在 python 的安装目录下,python2.7/site-packages/HtmlTestRunner/template/。至于 Mac 下 python 的安装目录在哪,建议百度。通常在/Library/Python/python2.7 下,但我的 python 是通过 anaconda2 安装的,在/用户/mac/anaconda2/lib/python2.7/site-packages/下。