Skip to content

Commit 7a1bd13

Browse files
laeubimarcphilipp
andauthored
Update documentation/src/docs/asciidoc/user-guide/advanced-topics/junit-platform-reporting.adoc
Co-authored-by: Marc Philipp <[email protected]>
1 parent 4503fa6 commit 7a1bd13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/src/docs/asciidoc/user-guide/advanced-topics/junit-platform-reporting.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The listener is auto-registered and can be configured via the following
4444
Enable/disable including information about the Git repository (see https://github.com/ota4j-team/open-test-reporting#git[Git extension schema] of open-test-reporting); defaults to `false`.
4545
`junit.platform.reporting.open.xml.socket=<port>`::
4646
Optional port number to redirect events to a socket instead of a file. When specified, the
47-
listener will connect to `localhost:<port>` and send the XML events to the socket. The socket
47+
listener will connect to `127.0.0.1:<port>` and send the XML events to the socket. The socket
4848
connection is automatically closed when the test execution completes.
4949

5050
If enabled, the listener creates an XML report file named `open-test-report.xml` in the

0 commit comments

Comments
 (0)