Skip to content

Commit 9ac219f

Browse files
docs: fix junit example link (#177)
Fix broken link to example output file.
1 parent 8315989 commit 9ac219f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JUnit.Xml.Package/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ If you're looking for `Nunit` or `Xunit` loggers, please see <https://github.com
1414

1515
## Usage
1616

17-
The JUnit Test Logger generates xml reports in the [Ant Junit Format](https://github.com/windyroad/JUnit-Schema), which the JUnit 5 repository refers to as the de-facto standard. While the generated xml complies with that schema, it does not contain values in every case. For example, the logger currently does not log any `properties`. Please [refer to a sample file](https://github.com/spekt/testlogger/docs/assets/TestResults.xml) to see an example. If you find that the format is missing data required by your CI/CD system, please open an issue or PR.
17+
The JUnit Test Logger generates xml reports in the [Ant Junit Format](https://github.com/windyroad/JUnit-Schema), which the JUnit 5 repository refers to as the de-facto standard. While the generated xml complies with that schema, it does not contain values in every case. For example, the logger currently does not log any `properties`. Please [refer to a sample file](https://github.com/spekt/testlogger/blob/master/docs/assets/TestResults.xml) to see an example. If you find that the format is missing data required by your CI/CD system, please open an issue or PR.
1818

1919
To use the logger, follow these steps:
2020

0 commit comments

Comments
 (0)