cucumber report refine

1.src/main/rescources/spark-config.xml

 

<?xml version="1.0" encoding="UTF-8"?>
<configuration>
    <reportName>Cucumber Merged Report</reportName>
    <documentTitle>Merged Report</documentTitle>
    <encoding>UTF-8</encoding>
    <theme>standard</theme>
    <timeStampFormat>yyyy-MM-dd HH:mm:ss</timeStampFormat>
    <protocol>https</protocol>
    <enableOfflineMode>false</enableOfflineMode>
    <includeSparkGraphs>true</includeSparkGraphs>
    <timelineEnabled>true</timelineEnabled>
    <templateLocation>C:\Users\Administrator\IdeaProjects\untitled\src\main\resources\templates</templateLocation>

    <!-- 使用标准格式的 key 名称 -->
    <!--    <locale>-->
    <!--        <key name="label.tests">Features</key>-->
    <!--        <key name="label.steps">Tests</key>-->
    <!--        <key name="label.logEvents">Steps</key>-->
    <!--    </locale>-->
</configuration>

 

posted @ 2025-05-13 12:40  糖果粒  阅读(5)  评论(0)    收藏  举报