Skip to main content

parse_surefire_xml

Function parse_surefire_xml 

Source
pub fn parse_surefire_xml(project_dir: &Path) -> Vec<TestSuite>
Expand description

Parse Surefire XML test report files from standard locations. Returns parsed test suites from XML report files found at:

  • target/surefire-reports/TEST-*.xml (Maven)
  • build/test-results/test/TEST-*.xml (Gradle)