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>