[SoapUI] Jenkins 配置

cd %WORKSPACE%

cmd /c call "%SOAPUI_PRO_HOME%\bin\testrunner.bat" -a -j -PprojectPath="%WORKSPACE%" -f"%WORKSPACE%\result-output" -R"TestProjectReport" -FHTML -I AA_Regression_Accuracy_Static.xml

rem set SOAPUI_HOME=D:\Program Files\SmartBear\soapUI-Pro-4.5.1
rem set SOAPUI_HOME=SOAPUI_PRO_HOME_51

echo %WORKSPACE%
cd %WORKSPACE%
echo "%SOAPUI_HOME%\bin\testrunner.bat"

cmd /c call "%SOAPUI_PRO_HOME%\bin\testrunner.bat" -a -j -f"%WORKSPACE%\%BUILD_NUMBER%\result-output\ListWebAPI-Get-soapui-project" -R"TestSuite Report" -FHTML -I .\ListWebAPI-Get-soapui-project.xml
echo "%SOAPUI_HOME%\bin\testrunner.bat" -r -j -f.\reports\ListWebAPI-Get-soapui-project -R"TestSuite Report" -EDefault .\ListWebAPI-Get-soapui-project.xml

出报告

<link title="Style" type="text/css" rel="stylesheet" href="stylesheet.css">

<span style="font-family:verdana;color:black;font-weight:bold;">Project : </span>
<span style="font-family:verdana;color:black;">AA_Regression_Accuracy_Static</span> <BR> <BR>

<span style="font-family:verdana;color:black;font-weight:bold;">Build Status : </span>
<span style="font-family:verdana;color:red;">${BUILD_STATUS}</span> <BR> <BR>

<span style="font-family:verdana;color:black;font-weight:bold;">Automation Tool : </span>
<span style="font-family:verdana;color:black;">SoapUI</span> <BR> <BR>

<span style="font-family:verdana;color:black;font-weight:bold;">Difference Between TP and Live : </span>
<span style="font-family:verdana;color:black;"><a href=http://szotwin2k801/AA/>Difference Between TP and Live</a></span> <BR> <BR>

<span style="font-family:verdana;color:black;font-weight:bold;">SoapUI Test Results : </span>
<span style="font-family:verdana;color:black;"><a href=https://jenkins.morningstar.com/job/DO/view/DO%20Automation/job/Automation_SoapUI_AA_Regression_Accuracy_Static/ws/result-output/index.html>SoapUI Test Results</a></span> <BR> <BR>

<HR style="text-align:left;" width="95%" color=#A6CAF0 size=20 />
${FILE,path="result-output/overview-summary.html"}

<HR style="text-align:left;" width="95%" color=#A6CAF0 size=20 />
${FILE,path="result-output/alltests-fails.html"}

 

posted @ 2015-08-27 11:05  *飞飞*  阅读(1612)  评论(0编辑  收藏  举报