Jenkins运行完Test后,把ngreport生成的测试报告 拷贝到相应的文件夹
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Jenkins运行完Test后,把ngreport生成的测试报告 拷贝到相应的文件夹相关的知识,希望对你有一定的参考价值。
F:
cd F:\program\apache-tomcat-7.0.67\webapps\
Set currentPath=F:\program\apache-tomcat-7.0.67\webapps\
echo currentPath:%currentPath%
Set nowdate=%date:~0,10%
if not exist "%nowdate:/=-%" mkdir "%nowdate:/=-%"
copy D:\androidSpace\carInterfaceTest\test-output\html %currentPath%%nowdate:/=-%
以上是关于Jenkins运行完Test后,把ngreport生成的测试报告 拷贝到相应的文件夹的主要内容,如果未能解决你的问题,请参考以下文章
jenkins,设置集成测试环境,就是构建过程先部署服务,然后运行整体测试用例,执行完后在关闭服务