Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 420 Bytes

test-report.md

File metadata and controls

29 lines (18 loc) · 420 Bytes

JUnit report

建置指令

#!/bin/bash
mvn clean test

設置 task output report

設定讀取 report 位置

如上圖所示,將 Test report XMLs 設置為

target/surefire-reports/*.xml

檢視 test report