From 95a78b1ea3ba9aff82362e5c038d14409c95a96b Mon Sep 17 00:00:00 2001 From: Sergio Freire Date: Thu, 21 Mar 2024 16:07:32 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2819540..0bbd766 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ report_only_annotated_tests=false In order to generate the enhanced, customized JUnit XML report we need to register the **EnhancedLegacyXmlReportGeneratingListener** listener. This can be done in [several ways](https://junit.org/junit5/docs/current/user-guide/#launcher-api-listeners-custom): -- discovered automatically at runtime based on the contents of a file (e.g `src/test/META-INF/services/org.junit.platform.launcher.TestExecutionListener`) +- discovered automatically at runtime based on the contents of a file (e.g `src/test/resources/META-INF/services/org.junit.platform.launcher.TestExecutionListener`) ``` app.getxray.xray.junit.customjunitxml.EnhancedLegacyXmlReportGeneratingListener