pub fn parse_junit(
content: &str,
report_name: &str,
run_id: RunId,
step_id: StepInstanceId,
) -> Result<(TestSummary, Vec<TestCase>)>Expand description
Parses a JUnit XML report string into a TestSummary and a list of TestCase entities.