• [SoapUI] Jenkins 配置


    cd %WORKSPACE%

    cmd /c call "%SOAPUI_PRO_HOME%in estrunner.bat" -a -j -PprojectPath="%WORKSPACE%" -f"%WORKSPACE% esult-output" -R"TestProjectReport" -FHTML -I AA_Regression_Accuracy_Static.xml

    rem set SOAPUI_HOME=D:Program FilesSmartBearsoapUI-Pro-4.5.1
    rem set SOAPUI_HOME=SOAPUI_PRO_HOME_51

    echo %WORKSPACE%
    cd %WORKSPACE%
    echo "%SOAPUI_HOME%in estrunner.bat"

    cmd /c call "%SOAPUI_PRO_HOME%in estrunner.bat" -a -j -f"%WORKSPACE%\%BUILD_NUMBER% esult-outputListWebAPI-Get-soapui-project" -R"TestSuite Report" -FHTML -I .ListWebAPI-Get-soapui-project.xml
    echo "%SOAPUI_HOME%in estrunner.bat" -r -j -f. eportsListWebAPI-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"}

  • 相关阅读:
    mysql 赋给用户权限 grant all privileges on
    ubuntu下aptget安装小型的lamp环境
    Linux系统进程管理
    SQLChapter1_Overview of SQL Server
    SQLChapter2Querying Data
    SQLexercise
    SQLChapter4Managing Databases and Table
    JavaUI添加事件(二)
    java ActionEventDemo
    JavaUI弹出对话框
  • 原文地址:https://www.cnblogs.com/feifeidxl/p/4762712.html
Copyright © 2020-2023  润新知